Package version:

Interface Operation

Key Vault REST API operation definition.

interface Operation {
    display?: OperationDisplay;
    isDataAction?: boolean;
    name?: string;
    origin?: string;
    serviceSpecification?: ServiceSpecification;
}

Properties

Display metadata associated with the operation.

isDataAction?: boolean

Property to specify whether the action is a data action.

name?: string

Operation name: {provider}/{resource}/{operation}

origin?: string

The origin of operations.

serviceSpecification?: ServiceSpecification

One property of operation, include metric specifications.