OperationDefinition interface
The definition of a container registry operation.
Properties
display | The display information for the container registry operation. |
is |
This property indicates if the operation is an action or a data action ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations |
name | Operation name: {provider}/{resource}/{operation}. |
origin | The origin information of the container registry operation. |
service |
The definition of Azure Monitoring service. |
Property Details
display
The display information for the container registry operation.
display?: OperationDisplayDefinition
Property Value
isDataAction
This property indicates if the operation is an action or a data action ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations
isDataAction?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{operation}.
name?: string
Property Value
string
origin
The origin information of the container registry operation.
origin?: string
Property Value
string
serviceSpecification
The definition of Azure Monitoring service.
serviceSpecification?: OperationServiceSpecificationDefinition