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.
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.
- 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
Azure SDK for .NET