Partager via


PSAvailabilitySet Class

Definition

public class PSAvailabilitySet : Microsoft.Azure.Management.Compute.Models.AvailabilitySet
type PSAvailabilitySet = class
    inherit AvailabilitySet
Public Class PSAvailabilitySet
Inherits AvailabilitySet
Inheritance
PSAvailabilitySet
Derived

Constructors

PSAvailabilitySet()

Properties

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
PlatformFaultDomainCount

Gets or sets fault Domain count.

(Inherited from AvailabilitySet)
PlatformUpdateDomainCount

Gets or sets update Domain count.

(Inherited from AvailabilitySet)
ProximityPlacementGroup

Gets or sets specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01.

(Inherited from AvailabilitySet)
ResourceGroupName
Sku

Gets or sets sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'.

(Inherited from AvailabilitySet)
Statuses

Gets the resource status information.

(Inherited from AvailabilitySet)
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)
VirtualMachines

Gets or sets a list of references to all virtual machines in the availability set.

(Inherited from AvailabilitySet)

Methods

Validate()

Validate the object.

(Inherited from AvailabilitySet)

Applies to