Provider Class
Resource provider information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelProvider
Constructor
Provider(*, namespace: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
namespace
|
The namespace of the resource provider. |
Variables
Name | Description |
---|---|
id
|
The provider ID. |
namespace
|
The namespace of the resource provider. |
registration_state
|
The registration state of the provider. |
resource_types
|
The collection of provider resource types. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python