Share via


ArmNetworkModelFactory.PrivateEndpointIPConfiguration Method

Definition

Initializes a new instance of PrivateEndpointIPConfiguration.

public static Azure.ResourceManager.Network.Models.PrivateEndpointIPConfiguration PrivateEndpointIPConfiguration (string name = default, string privateEndpointIPConfigurationType = default, Azure.ETag? etag = default, string groupId = default, string memberName = default, System.Net.IPAddress privateIPAddress = default);
static member PrivateEndpointIPConfiguration : string * string * Nullable<Azure.ETag> * string * string * System.Net.IPAddress -> Azure.ResourceManager.Network.Models.PrivateEndpointIPConfiguration
Public Shared Function PrivateEndpointIPConfiguration (Optional name As String = Nothing, Optional privateEndpointIPConfigurationType As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional groupId As String = Nothing, Optional memberName As String = Nothing, Optional privateIPAddress As IPAddress = Nothing) As PrivateEndpointIPConfiguration

Parameters

name
String

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

privateEndpointIPConfigurationType
String

The resource type.

etag
Nullable<ETag>

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

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
IPAddress

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

Returns

A new PrivateEndpointIPConfiguration instance for mocking.

Applies to