Operation interface

CDN REST API operation

Properties

display

The object that represents the operation.

isDataAction

Indicates whether the operation is a data action

name

Operation name: {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server.

origin

The origin of operations. NOTE: This property will not be serialized. It can only be populated by the server.

serviceSpecification

One property of operation, include metric specifications.

Property Details

display

The object that represents the operation.

display?: OperationDisplay

Property Value

isDataAction

Indicates whether the operation is a data action

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

origin

The origin of operations. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

Property Value

string

serviceSpecification

One property of operation, include metric specifications.

serviceSpecification?: ServiceSpecification

Property Value