IAppServicePlan Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
En oföränderlig representation på klientsidan av en Azure App tjänstplan.
public interface IAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IUpdate>
type IAppServicePlan = interface
interface IBeta
interface IGroupableResource<IAppServiceManager, AppServicePlanInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<AppServicePlanInner>
interface IRefreshable<IAppServicePlan>
interface IUpdatable<IUpdate>
Public Interface IAppServicePlan
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServicePlanInner), IHasInner(Of AppServicePlanInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServicePlan), IUpdatable(Of IUpdate)
- Implementeringar
Egenskaper
Capacity |
Hämtar maximalt antal instanser som kan tilldelas. |
Id |
Hämtar resurs-ID-strängen (Ärvd från IHasId) |
Inner |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IHasInner<T>) |
Key |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IIndexable) |
Manager |
Hämtar hanteringsklienttypen för den här resurstypen. (Ärvd från IHasManager<ManagerT>) |
MaxInstances |
Hämtar maximalt antal instanser som kan tilldelas. |
Name |
Hämtar namnet på resursen (Ärvd från IHasName) |
NumberOfWebApps |
Hämtar antalet webbappar som tilldelats den här App Service-planen. |
OperatingSystem |
Hämtar det operativsystem som webbappen körs på. |
PerSiteScaling |
Hämtar om appar som är tilldelade till den här App Service-planen kan skalas oberoende av varandra. |
PricingTier |
Hämtar prisnivåinformationen för App Service-planen. |
Region |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IResource) |
RegionName |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IResource) |
ResourceGroupName |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IHasResourceGroup) |
Tags |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IResource) |
Type |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IResource) |
Metoder
Refresh() |
Uppdaterar resursen för synkronisering med Azure. (Ärvd från IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Uppdaterar resursen för synkronisering med Azure. (Ärvd från IRefreshable<T>) |
Update() |
En oföränderlig representation på klientsidan av en Azure App tjänstplan. (Ärvd från IUpdatable<T>) |
Gäller för
Azure SDK for .NET