CustomLocations Class

The customLocations Rest API spec.

Inheritance
builtins.object
CustomLocations

Constructor

CustomLocations(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: https://management.azure.com

Service URL. Default value is "https://management.azure.com".

api_version
str

Api Version. Default value is "2021-03-15-preview". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

custom_locations
CustomLocationsOperations

CustomLocationsOperations operations

Methods

close

close

close() -> None