module Azure

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

Constants

BaseManagementService
BlobService

add some aliases for convenience

CloudServiceManagementService
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