ManagedPrivateEndpointModel.DefinitionStages.WithParentResource Interface

public static interface ManagedPrivateEndpointModel.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingGrafana(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Method Details

withExistingGrafana

public abstract ManagedPrivateEndpointModel.DefinitionStages.WithCreate withExistingGrafana(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.

Returns:

the next definition stage.

Applies to