PSAvailabilitySetList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSAvailabilitySetList : Microsoft.Azure.Commands.Compute.Automation.Models.PSAvailabilitySet
type PSAvailabilitySetList = class
inherit PSAvailabilitySet
Public Class PSAvailabilitySetList
Inherits PSAvailabilitySet
- Inheritance
Constructors
PSAvailabilitySetList() |
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 | (Inherited from PSAvailabilitySet) |
ScheduledEventsPolicy |
Gets or sets specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set. (Inherited from AvailabilitySet) |
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
ToPSAvailabilitySet() | |
Validate() |
Validate the object. (Inherited from AvailabilitySet) |