Package version:

Interface AvailabilitySetProperties

Defines the resource properties.

interface AvailabilitySetProperties {
    availabilitySetName?: string;
    provisioningState?: string;
    vmmServerId?: string;
}

Properties

availabilitySetName?: string

Name of the availability set.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

vmmServerId?: string

ARM Id of the vmmServer resource in which this resource resides.