Package version:

Target compute size collection.

interface TargetComputeSizeCollection {
    nextLink?: string;
    value?: TargetComputeSize[];
}

Properties

Properties

nextLink?: string

The value of next link.

The list of target compute sizes.