Package version:

InterfaceOperationValueDisplay

Describes the properties of a Hybrid Compute Operation Value Display.

interface OperationValueDisplay {
    description?: string;
    operation?: 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.

operation?: string

The display name 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.