다음을 통해 공유


PrivateIPAddress Constructors

Definition

Overloads

PrivateIPAddress()

Initializes a new instance of the PrivateIPAddress class.

PrivateIPAddress(String, String)

Initializes a new instance of the PrivateIPAddress class.

PrivateIPAddress()

Initializes a new instance of the PrivateIPAddress class.

public PrivateIPAddress();
Public Sub New ()

Applies to

PrivateIPAddress(String, String)

Initializes a new instance of the PrivateIPAddress class.

public PrivateIPAddress(string ipAddress = default, string subnetResourceId = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.PrivateIPAddress : string * string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.PrivateIPAddress
Public Sub New (Optional ipAddress As String = Nothing, Optional subnetResourceId As String = Nothing)

Parameters

ipAddress
String

Private IP address bound to the availability group listener.

subnetResourceId
String

Subnet used to include private IP.

Applies to