| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models 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.WithCreate.withIdentity(Identity identity)
Specifies managed identity.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithCreate.withKind(String kind)
Specifies resource kind.
|
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(Plan plan)
Specifies the plan of the resource.
|
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.
|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithCreate.withSku(Sku sku)
Specifies resource SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.