VirtualMachineScaleSetUpdateIPConfiguration 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
VirtualMachineScaleSetUpdateIPConfiguration()
public VirtualMachineScaleSetUpdateIPConfiguration ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>)
public VirtualMachineScaleSetUpdateIPConfiguration (string id = default, string name = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateIPConfiguration : string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration * string * 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.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
Parameters
- id
- String
- name
- String
- subnet
- ApiEntityReference
- publicIPAddressConfiguration
- VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
- privateIPAddressVersion
- String
- applicationGatewayBackendAddressPools
- IList<SubResource>
- loadBalancerBackendAddressPools
- IList<SubResource>
- loadBalancerInboundNatPools
- IList<SubResource>