NamespaceDevice.DefinitionStages.WithParentResource Interface

public static interface NamespaceDevice.DefinitionStages.WithParentResource

The stage of the NamespaceDevice 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 NamespaceDevice.DefinitionStages.WithCreate withExistingNamespace(String resourceGroupName, String namespaceName)

Specifies resourceGroupName, namespaceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
namespaceName - The name of the namespace.

Returns:

the next definition stage.

Applies to