Provider Class
Resource provider information.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelProvider
Constructor
Provider(*, id: str | None = None, namespace: str | None = None, registration_state: str | None = None, resource_types: List[_models.ProviderResourceType] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The provider id. |
namespace
|
The namespace of the provider. |
registration_state
|
The registration state of the provider. |
resource_types
|
The collection of provider resource types. |
Variables
Name | Description |
---|---|
id
|
The provider id. |
namespace
|
The namespace of the provider. |
registration_state
|
The registration state of the provider. |
resource_types
|
The collection of provider resource types. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python