Provider Class
Resource provider information.
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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python