PrivateEndpointConnection.DefinitionStages.WithParentResource Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithParentResource

The stage of the PrivateEndpointConnection definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingPrivateLink(String resourceGroupName, String privateLinkName)

Specifies resourceGroupName, privateLinkName.

Method Details

withExistingPrivateLink

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withExistingPrivateLink(String resourceGroupName, String privateLinkName)

Specifies resourceGroupName, privateLinkName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkName - The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.

Returns:

the next definition stage.

Applies to