Package version:

Interface Operation

Microsoft.NetApp REST API operation definition.

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

Properties

Display metadata associated with the operation.

name?: string

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

origin?: string

The origin of operations.

serviceSpecification?: ServiceSpecification

One property of operation, include metric specifications.