Operation interface
Object that describes a single Microsoft.MobileNetwork operation.
Properties
display | The object that represents the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates whether the operation applies to data-plane. |
name | Operation name: {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
The object that represents the operation. NOTE: This property will not be serialized. It can only be populated by the server.
display?: OperationDisplay
Property Value
isDataAction
Indicates whether the operation applies to data-plane.
isDataAction?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string