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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python