Customproviders Class

Allows extension of ARM control plane with custom resource providers.

Inheritance
builtins.object
Customproviders

Constructor

Customproviders(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

base_url
str
default value: None

Service URL

polling_interval
int

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

Variables

operations
Operations

Operations operations

custom_resource_provider
CustomResourceProviderOperations

CustomResourceProviderOperations operations

associations
AssociationsOperations

AssociationsOperations operations

Methods

close

close

close() -> None