ServerKey.DefinitionStages.WithParentResource Interface
public static interface ServerKey.DefinitionStages.WithParentResource
The stage of the ServerKey definition allowing to specify parent resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withExistingServer(String serverName, String resourceGroupName)
Specifies server |
Method Details
withExistingServer
public abstract ServerKey.DefinitionStages.WithCreate withExistingServer(String serverName, String resourceGroupName)
Specifies serverName, resourceGroupName.
Parameters:
serverName
- The name of the server.
resourceGroupName
- The name of the resource group. The name is case insensitive.
Returns:
the next definition stage.