VirtualMachineScaleSetUpdatePublicIPAddressConfiguration 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
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() |
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class. |
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(String, Nullable<Int32>, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, String) |
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class. |
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(String, Nullable<Int32>, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, SubResource, String) |
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class. |
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration()
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class.
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(String, Nullable<Int32>, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, String)
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class.
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration (string name, int? idleTimeoutInMinutes, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings, string deleteOption);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration : string * Nullable<int> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
Public Sub New (name As String, idleTimeoutInMinutes As Nullable(Of Integer), dnsSettings As VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, deleteOption As String)
Parameters
- name
- String
The publicIP address configuration name.
The dns settings to be applied on the publicIP addresses .
- deleteOption
- String
Specify what happens to the public IP when the VM is deleted. Possible values include: 'Delete', 'Detach'
Applies to
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration(String, Nullable<Int32>, VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, SubResource, String)
Initializes a new instance of the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration class.
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration (string name = default, int? idleTimeoutInMinutes = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings = default, Microsoft.Azure.Management.Compute.Models.SubResource publicIPPrefix = default, string deleteOption = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration : string * Nullable<int> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings * Microsoft.Azure.Management.Compute.Models.SubResource * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
Public Sub New (Optional name As String = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional dnsSettings As VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional deleteOption As String = Nothing)
Parameters
- name
- String
The publicIP address configuration name.
The dns settings to be applied on the publicIP addresses .
- publicIPPrefix
- SubResource
The PublicIPPrefix from which to allocate publicIP addresses.
- deleteOption
- String
Specify what happens to the public IP when the VM is deleted. Possible values include: 'Delete', 'Detach'
Applies to
Azure SDK for .NET