你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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)