Uses of Interface
com.azure.resourcemanager.resources.models.GenericResource.DefinitionStages.WithCreate
Packages that use GenericResource.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of GenericResource.DefinitionStages.WithCreate in com.azure.resourcemanager.resources.models
Subinterfaces of GenericResource.DefinitionStages.WithCreate in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the generic resource definition.Subinterfaces with type arguments of type GenericResource.DefinitionStages.WithCreate in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptionstatic interfaceA deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.resources.models that return GenericResource.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGenericResource.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion) Specifies the api version.GenericResource.DefinitionStages.WithCreate.withIdentity(Identity identity) Specifies managed identity.Specifies resource kind.GenericResource.DefinitionStages.WithPlan.withoutPlan()Specifies the plan of the resource.GenericResource.DefinitionStages.WithParentResource.withParentResourceId(String parentResourceId) Specifies the parent resource.GenericResource.DefinitionStages.WithParentResource.withParentResourcePath(String parentResourcePath) Specifies the parent resource relative path.Specifies the plan of the resource.GenericResource.DefinitionStages.WithPlan.withPlan(String name, String publisher, String product, String promotionCode) Specifies the plan of the resource.GenericResource.DefinitionStages.WithCreate.withProperties(Object properties) Specifies other properties.Specifies resource SKU.