Interface AppServicePlan.Definition
-
- All Superinterfaces:
AppServicePlan.DefinitionStages.Blank,AppServicePlan.DefinitionStages.WithCapacity,AppServicePlan.DefinitionStages.WithCreate,AppServicePlan.DefinitionStages.WithGroup,AppServicePlan.DefinitionStages.WithOperatingSystem,AppServicePlan.DefinitionStages.WithPerSiteScaling,AppServicePlan.DefinitionStages.WithPricingTier,Creatable<AppServicePlan>,GroupableResource.DefinitionStages.WithCreatableResourceGroup<AppServicePlan.DefinitionStages.WithPricingTier>,GroupableResource.DefinitionStages.WithExistingResourceGroup<AppServicePlan.DefinitionStages.WithPricingTier>,GroupableResource.DefinitionStages.WithGroup<AppServicePlan.DefinitionStages.WithPricingTier>,GroupableResource.DefinitionStages.WithNewResourceGroup<AppServicePlan.DefinitionStages.WithPricingTier>,HasName,Indexable,Resource.DefinitionWithRegion<AppServicePlan.DefinitionStages.WithGroup>,Resource.DefinitionWithTags<AppServicePlan.DefinitionStages.WithCreate>
- Enclosing interface:
- AppServicePlan
public static interface AppServicePlan.Definition extends AppServicePlan.DefinitionStages.Blank, AppServicePlan.DefinitionStages.WithGroup, AppServicePlan.DefinitionStages.WithPricingTier, AppServicePlan.DefinitionStages.WithOperatingSystem, AppServicePlan.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
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.WithOperatingSystem
withOperatingSystem
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServicePlan.DefinitionStages.WithPerSiteScaling
withPerSiteScaling
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServicePlan.DefinitionStages.WithPricingTier
withFreePricingTier, withPricingTier, withSharedPricingTier
-
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.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
-
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.DefinitionWithRegion
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-