Aracılığıyla paylaş


User.DefinitionStages.WithParentResource Interface

public static interface User.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithUserType withExistingDataBoxEdgeDevice(String deviceName, String resourceGroupName)

Specifies deviceName, resourceGroupName.

Method Details

withExistingDataBoxEdgeDevice

public abstract User.DefinitionStages.WithUserType withExistingDataBoxEdgeDevice(String deviceName, String resourceGroupName)

Specifies deviceName, resourceGroupName.

Parameters:

deviceName - The device name.
resourceGroupName - The resource group name.

Returns:

the next definition stage.

Applies to