AvailabilitySetPatch 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.
Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.
public class AvailabilitySetPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.AvailabilitySetPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.AvailabilitySetPatch>
type AvailabilitySetPatch = class
inherit ComputeResourcePatch
interface IJsonModel<AvailabilitySetPatch>
interface IPersistableModel<AvailabilitySetPatch>
Public Class AvailabilitySetPatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of AvailabilitySetPatch), IPersistableModel(Of AvailabilitySetPatch)
- Inheritance
- Implements
Constructors
AvailabilitySetPatch() |
Initializes a new instance of AvailabilitySetPatch. |
Properties
PlatformFaultDomainCount |
Fault Domain count. |
PlatformUpdateDomainCount |
Update Domain count. |
ProximityPlacementGroupId |
Gets or sets Id. |
ScheduledEventsPolicy |
Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set. |
Sku |
Sku of the availability set. |
Statuses |
The resource status information. |
Tags |
Resource tags. (Inherited from ComputeResourcePatch) |
VirtualMachines |
A list of references to all virtual machines in the availability set. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeResourcePatch) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET