| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GenericResource.Definition
The entirety of the generic resource definition.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion)
Specifies the api version.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithPlan.withoutPlan()
Specifies the plan of the resource.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithParentResource.withParentResourceId(String parentResourceId)
Specifies the parent resource.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithParentResource.withParentResourcePath(String parentResourcePath)
Specifies the parent resource relative path.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithPlan.withPlan(String name,
String publisher,
String product,
String promotionCode)
Specifies the plan of the resource.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithCreate.withProperties(Object properties)
Specifies other properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/