Package version:

Represents applicable recovery vm sizes.

interface TargetComputeSize {
    id?: string;
    name?: string;
    properties?: TargetComputeSizeProperties;
    type?: string;
}

Properties

id?: string

The Id.

name?: string

The name.

The custom data.

type?: string

The Type of the object.