AppServicePlan.Definition Interface
public interface 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.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity)
AppServicePlan.DefinitionStages.WithPricingTier.withFreePricingTier()
AppServicePlan.DefinitionStages.WithOperatingSystem.withOperatingSystem(OperatingSystem operatingSystem)
AppServicePlan.DefinitionStages.WithPerSiteScaling.withPerSiteScaling(boolean perSiteScaling)
AppServicePlan.DefinitionStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Resource.DefinitionWithRegion<T>.withRegion(String regionName)
Resource.DefinitionWithRegion<T>.withRegion(Region region)
AppServicePlan.DefinitionStages.WithPricingTier.withSharedPricingTier()
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java