Udostępnij za pośrednictwem


PermissionBinding.DefinitionStages.WithParentResource Interface

public static interface PermissionBinding.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingNamespace(String resourceGroupName, String namespaceName)

Specifies resourceGroupName, namespaceName.

Method Details

withExistingNamespace

public abstract PermissionBinding.DefinitionStages.WithCreate withExistingNamespace(String resourceGroupName, String namespaceName)

Specifies resourceGroupName, namespaceName.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.

Returns:

the next definition stage.

Applies to