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.
|