Package version:

Interface ComputeOperationValue

Describes the properties of a Compute Operation value.

interface ComputeOperationValue {
    description?: string;
    name?: string;
    operation?: string;
    origin?: string;
    provider?: string;
    resource?: string;
}

Properties

description?: string

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

name?: string

The name of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.

operation?: string

The display name of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

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

provider?: string

The resource provider for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

resource?: string

The display name of the resource the operation applies to. NOTE: This property will not be serialized. It can only be populated by the server.