OperationMetadata Class
The REST API operation supported by DevTestLab ResourceProvider.
Constructor
OperationMetadata(*, name: str | None = None, display: OperationMetadataDisplay | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
Operation name: {provider}/{resource}/{operation}. |
display
Required
|
The object that describes the operations. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
display
Required
|
|
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