Package version:

Interface AvailabilitySetListItem

Availability Set model

interface AvailabilitySetListItem {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.

name?: string

Gets or sets the name of the availability set.