AvailabilitySetUpdate Constructors
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.
Overloads
AvailabilitySetUpdate() |
Initializes a new instance of the AvailabilitySetUpdate class. |
AvailabilitySetUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, IList<SubResource>, SubResource, IList<InstanceViewStatus>, Sku) |
Initializes a new instance of the AvailabilitySetUpdate class. |
AvailabilitySetUpdate()
Initializes a new instance of the AvailabilitySetUpdate class.
public AvailabilitySetUpdate ();
Public Sub New ()
Applies to
AvailabilitySetUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, IList<SubResource>, SubResource, IList<InstanceViewStatus>, Sku)
Initializes a new instance of the AvailabilitySetUpdate class.
public AvailabilitySetUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, int? platformUpdateDomainCount = default, int? platformFaultDomainCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> virtualMachines = default, Microsoft.Azure.Management.Compute.Models.SubResource proximityPlacementGroup = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> statuses = default, Microsoft.Azure.Management.Compute.Models.Sku sku = default);
new Microsoft.Azure.Management.Compute.Models.AvailabilitySetUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * Microsoft.Azure.Management.Compute.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> * Microsoft.Azure.Management.Compute.Models.Sku -> Microsoft.Azure.Management.Compute.Models.AvailabilitySetUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional platformUpdateDomainCount As Nullable(Of Integer) = Nothing, Optional platformFaultDomainCount As Nullable(Of Integer) = Nothing, Optional virtualMachines As IList(Of SubResource) = Nothing, Optional proximityPlacementGroup As SubResource = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing, Optional sku As Sku = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- virtualMachines
- IList<SubResource>
A list of references to all virtual machines in the availability set.
- proximityPlacementGroup
- SubResource
Specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01.
- statuses
- IList<InstanceViewStatus>
The resource status information.
- sku
- Sku
Sku of the availability set