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() | |
AvailabilitySetUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, IList<SubResource>, IList<InstanceViewStatus>, Sku) |
AvailabilitySetUpdate()
public AvailabilitySetUpdate ();
Public Sub New ()
Applies to
AvailabilitySetUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, IList<SubResource>, IList<InstanceViewStatus>, Sku)
public AvailabilitySetUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, int? platformUpdateDomainCount = default, int? platformFaultDomainCount = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> virtualMachines = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InstanceViewStatus> statuses = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku sku = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.AvailabilitySetUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InstanceViewStatus> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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 statuses As IList(Of InstanceViewStatus) = Nothing, Optional sku As Sku = Nothing)
Parameters
- tags
- IDictionary<String,String>
- virtualMachines
- IList<SubResource>
- statuses
- IList<InstanceViewStatus>
- sku
- Sku