PrivateEndpointIPConfiguration Constructors

Definition

Overloads

PrivateEndpointIPConfiguration()

Initializes a new instance of the PrivateEndpointIPConfiguration class.

PrivateEndpointIPConfiguration(String, String, String, String, String, String)

Initializes a new instance of the PrivateEndpointIPConfiguration class.

PrivateEndpointIPConfiguration()

Initializes a new instance of the PrivateEndpointIPConfiguration class.

public PrivateEndpointIPConfiguration ();
Public Sub New ()

Applies to

PrivateEndpointIPConfiguration(String, String, String, String, String, String)

Initializes a new instance of the PrivateEndpointIPConfiguration class.

public PrivateEndpointIPConfiguration (string groupId = default, string memberName = default, string privateIPAddress = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration : string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration
Public Sub New (Optional groupId As String = Nothing, Optional memberName As String = Nothing, Optional privateIPAddress As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Parameters

groupId
String

The ID of a group obtained from the remote resource that this private endpoint should connect to.

memberName
String

The member name of a group obtained from the remote resource that this private endpoint should connect to.

privateIPAddress
String

A private ip address obtained from the private endpoint's subnet.

name
String

The name of the resource that is unique within a resource group.

type
String

The resource type.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to