AzureConfiguration Class

Azure specific client configuration.

Inheritance
msrest.configuration.Configuration
AzureConfiguration

Constructor

AzureConfiguration(base_url, filepath=None)

Parameters

base_url
str
Required

REST Service base URL.

filepath
str
default value: None

Path to an existing config file (optional).

Methods

load

Load configuration from existing file.

save

Save current configuration to file.

load

Load configuration from existing file.

load(filepath)

Parameters

filepath
str
Required

Path to existing config file.

Exceptions

ValueError if supplied config file is invalid.

save

Save current configuration to file.

save(filepath)

Parameters

filepath
str
Required

Path to save file to.

Exceptions

ValueError if supplied filepath cannot be written to.