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 withExistingConfigurationStore(String resourceGroupName, String configStoreName)

Specifies resourceGroupName, configStoreName.

Method Details

withExistingConfigurationStore

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withExistingConfigurationStore(String resourceGroupName, String configStoreName)

Specifies resourceGroupName, configStoreName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
configStoreName - The name of the configuration store.

Returns:

the next definition stage.

Applies to