module Azure

Represents an HTTP request that can perform synchronous queries to an HTTP server, returning a HttpResponse

This will break if used against API version prior to 2013-08-15 as the format changed See msdn.microsoft.com/library/azure/dn140255.aspx for more information on construction

Constants

BaseManagementService
BlobService

add some aliases for convenience

CloudServiceManagementService
Loggerx
QueueService
ServiceBusService
SqlDatabaseManagementService
StorageManagementService
TableService
VirtualMachineImageManagementService
VirtualMachineManagementService
VirtualNetworkManagementService

Public Class Methods

config() click to toggle source

Proxy config method.

# File lib/azure/core/configuration.rb, line 20
def self.config
  Core.config
end
configure() { |config| ... } click to toggle source

Proxy configure method.

# File lib/azure/core/configuration.rb, line 25
def self.configure
  yield Core.config
end