IDefinition Schnittstelle

Definition

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

public interface IDefinition : Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IBlank, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithGroup, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithOperatingSystem, Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithPricingTier>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithPricingTier>
    interface IWithExistingResourceGroup<IWithPricingTier>
    interface IWithNewResourceGroup<IWithPricingTier>
    interface IWithCreatableResourceGroup<IWithPricingTier>
    interface IWithPricingTier
    interface IWithOperatingSystem
    interface IWithCreate
    interface IWithPerSiteScaling
    interface IWithCapacity
    interface ICreatable<IAppServicePlan>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IAppServicePlan), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithPricingTier), IWithCreate, IWithExistingResourceGroup(Of IWithPricingTier), IWithGroup, IWithGroup(Of IWithPricingTier), IWithNewResourceGroup(Of IWithPricingTier), IWithOperatingSystem, IWithPricingTier
Implementiert

Eigenschaften

Key

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

(Geerbt von IIndexable)
Name

Ruft den Namen der erstellbaren Ressource ab.

(Geerbt von ICreatable<T>)

Methoden

Create()

Führen Sie die Erstellungsanforderung aus.

(Geerbt von ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
WithCapacity(Int32)

Gibt die maximale Anzahl von Instanzen an, die für diesen App Service-Plan ausgeführt werden.

(Geerbt von IWithCapacity)
WithConsumptionPricingTier()

Gibt den Verbrauchstarif für den App Service-Plan an.

(Geerbt von IWithPricingTier)
WithExistingResourceGroup(IResourceGroup)

Ordnet die Ressource einer vorhandenen Ressourcengruppe zu.

(Geerbt von IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Ordnet die Ressource einer vorhandenen Ressourcengruppe zu.

(Geerbt von IWithExistingResourceGroup<T>)
WithFreePricingTier()

Gibt den kostenlosen Tarif für den App Service-Plan an.

(Geerbt von IWithPricingTier)
WithNewResourceGroup()

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

(Geerbt von IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Erstellt basierend auf der angegebenen Definition eine neue Ressourcengruppe, in die die Ressource eingefügt werden soll.

(Geerbt von IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

(Geerbt von IWithNewResourceGroup<T>)
WithOperatingSystem(OperatingSystem)

Gibt das Betriebssystem des App Service-Plans an.

(Geerbt von IWithOperatingSystem)
WithPerSiteScaling(Boolean)

Gibt an, ob die Skalierung pro Standort aktiviert wird.

(Geerbt von IWithPerSiteScaling)
WithPricingTier(PricingTier)

Gibt den Tarif für den App Service-Plan an.

(Geerbt von IWithPricingTier)
WithRegion(Region)

Gibt die Region für die Ressource an.

(Geerbt von IDefinitionWithRegion<T>)
WithRegion(String)

Gibt die Region für die Ressource anhand des Namens an.

(Geerbt von IDefinitionWithRegion<T>)
WithSharedPricingTier()

Gibt den freigegebenen Tarif für den App Service-Plan an.

(Geerbt von IWithPricingTier)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IDefinitionWithTags<T>)

Gilt für: