ArmNetworkModelFactory.PrivateEndpointIPConfiguration Method
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.
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.
Returns
A new PrivateEndpointIPConfiguration instance for mocking.