Package version:

Operation display payload

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

Properties

description?: string

Localized friendly description for the operation

operation?: string

Localized friendly name for the operation

provider?: string

Resource provider of the operation

resource?: string

Resource of the operation