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 resource provider. |
registration_policy
|
The registration policy of the resource provider. |
resource_types
|
The collection of provider resource types. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python