Registration.DefinitionStages.WithResourceGroup Interface
public static interface Registration.DefinitionStages.WithResourceGroup
The stage of the Registration definition allowing to specify parent resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withExistingResourceGroup(String resourceGroup)
Specifies resource |
Method Details
withExistingResourceGroup
public abstract Registration.DefinitionStages.WithRegistrationToken withExistingResourceGroup(String resourceGroup)
Specifies resourceGroup.
Parameters:
resourceGroup
- Name of the resource group.
Returns:
the next definition stage.