OperationProperties interface
Properties of an operation supported by the resource provider.
Properties
description | The description of the resource operation. |
operation | The operation name. |
provider | The provider name. |
resource | The resource name. |
Property Details
description
The description of the resource operation.
description?: string
Property Value
string
operation
The operation name.
operation?: string
Property Value
string
provider
The provider name.
provider?: string
Property Value
string
resource
The resource name.
resource?: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript