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 WithProperties withExistingProvisioningService(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Method Details

withExistingProvisioningService

public abstract PrivateEndpointConnection.DefinitionStages.WithProperties withExistingProvisioningService(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - Name of the provisioning service to retrieve.

Returns:

the next definition stage.

Applies to