ArmNetworkModelFactory.PrivateEndpointIPConfiguration Method

Definition

public static Azure.ResourceManager.Network.Models.PrivateEndpointIPConfiguration PrivateEndpointIPConfiguration(string groupId = default, string memberName = default, string privateIPAddress = default, string name = default, string type = default, Azure.ETag? eTag = default);
static member PrivateEndpointIPConfiguration : string * string * string * string * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.PrivateEndpointIPConfiguration
Public Shared Function PrivateEndpointIPConfiguration (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 Nullable(Of ETag) = Nothing) As PrivateEndpointIPConfiguration

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
Nullable<ETag>

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

Returns

A new PrivateEndpointIPConfiguration instance for mocking.

Applies to