你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceProviderOperation interface

Supported operation of this resource provider.

Properties

display

Display metadata associated with the operation.

isDataAction

Is a data action.

name

Operation name, in format of {provider}/{resource}/{operation}

properties

Properties of the operation

Property Details

display

Display metadata associated with the operation.

display?: ResourceProviderOperationDisplay

Property Value

isDataAction

Is a data action.

isDataAction?: boolean

Property Value

boolean

name

Operation name, in format of {provider}/{resource}/{operation}

name?: string

Property Value

string

properties

Properties of the operation

properties?: OperationProperties

Property Value