Customproviders Class
Allows extension of ARM control plane with custom resource providers.
- Inheritance
-
builtins.objectCustomproviders
Constructor
Customproviders(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)
Parameters
- subscription_id
- str
Required
The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
- 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
Feedback
Submit and view feedback for