Interface AppServicePlan.DefinitionStages.WithCreate
-
- All Superinterfaces:
AppServicePlan.DefinitionStages.WithCapacity,AppServicePlan.DefinitionStages.WithPerSiteScaling,Creatable<AppServicePlan>,HasName,Indexable,Resource.DefinitionWithTags<AppServicePlan.DefinitionStages.WithCreate>
- All Known Subinterfaces:
AppServicePlan.Definition
- Enclosing interface:
- AppServicePlan.DefinitionStages
public static interface AppServicePlan.DefinitionStages.WithCreate extends AppServicePlan.DefinitionStages.WithPerSiteScaling, AppServicePlan.DefinitionStages.WithCapacity, Creatable<AppServicePlan>, Resource.DefinitionWithTags<AppServicePlan.DefinitionStages.WithCreate>
An app service plan definition with sufficient inputs to create a new website in the cloud, but exposing additional optional inputs to specify.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServicePlan.DefinitionStages.WithCapacity
withCapacity
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServicePlan.DefinitionStages.WithPerSiteScaling
withPerSiteScaling
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-