ProviderOperationsMetadata Class
Provider Operations metadata.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelProviderOperationsMetadata
Constructor
ProviderOperationsMetadata(*, id: str | None = None, name: str | None = None, type: str | None = None, display_name: str | None = None, resource_types: List[_models.ResourceType] | None = None, operations: List[_models.ProviderOperation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The provider id. |
name
|
The provider name. |
type
|
The provider type. |
display_name
|
The provider display name. |
resource_types
|
The provider resource types. |
operations
|
The provider operations. |
Variables
Name | Description |
---|---|
id
|
The provider id. |
name
|
The provider name. |
type
|
The provider type. |
display_name
|
The provider display name. |
resource_types
|
The provider resource types. |
operations
|
The provider operations. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python