Package version:

Contains the localized display information for this particular operation / action.

interface OperationDisplay {
    description?: string;
    operation?: string;
    provider?: string;
    resource?: string;
}

Properties

description?: string

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

operation?: string

The localized friendly name for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

provider?: string

The localized friendly form of the resource provider name. NOTE: This property will not be serialized. It can only be populated by the server.

resource?: string

The localized friendly form of the resource type related to this action/operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc