ApplicationPackage.DefinitionStages.WithParentResource Interface
public static interface ApplicationPackage.DefinitionStages.WithParentResource
The stage of the ApplicationPackage definition allowing to specify parent resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withExistingApplication(String resourceGroupName, String accountName, String applicationName)
Specifies resource |
Method Details
withExistingApplication
public abstract ApplicationPackage.DefinitionStages.WithCreate withExistingApplication(String resourceGroupName, String accountName, String applicationName)
Specifies resourceGroupName, accountName, applicationName.
Parameters:
Returns: