IDefinition Schnittstelle

Definition

Containerschnittstelle für alle Definitionen im Zusammenhang mit einer Verfügbarkeitsgruppe.

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithCreate>
    interface IWithExistingResourceGroup<IWithCreate>
    interface IWithNewResourceGroup<IWithCreate>
    interface IWithCreatableResourceGroup<IWithCreate>
    interface IWithCreate
    interface ICreatable<IAvailabilitySet>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithUpdateDomainCount
    interface IWithFaultDomainCount
    interface IWithSku
    interface IWithProximityPlacementGroup
Public Interface IDefinition
Implements IBlank, ICreatable(Of IAvailabilitySet), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithCreate), IWithGroup, IWithGroup(Of IWithCreate), IWithNewResourceGroup(Of IWithCreate)
Implementiert

Eigenschaften

Key

Containerschnittstelle für alle Definitionen im Zusammenhang mit einer Verfügbarkeitsgruppe.

(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>)
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>)
WithFaultDomainCount(Int32)

Gibt die Anzahl der Fehlerdomänen für die Verfügbarkeitsgruppe an.

(Geerbt von IWithFaultDomainCount)
WithNewProximityPlacementGroup(String, ProximityPlacementGroupType)

Erstellt eine neue Näherungsplatzierungsgruppierung mit dem angegebenen Namen und fügt ihn dann der Verfügbarkeitsgruppe hinzu.

(Geerbt von IWithProximityPlacementGroup)
WithNewResourceGroup()

Containerschnittstelle für alle Definitionen im Zusammenhang mit einer Verfügbarkeitsgruppe.

(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 im Zusammenhang mit einer Verfügbarkeitsgruppe.

(Geerbt von IWithNewResourceGroup<T>)
WithProximityPlacementGroup(String)

Legen Sie Informationen zur Näherungsplatzierungsgruppe fest, der die Verfügbarkeitsgruppe zugewiesen werden soll.

(Geerbt von IWithProximityPlacementGroup)
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>)
WithSku(AvailabilitySetSkuTypes)

Gibt den SKU-Typ für die Verfügbarkeitsgruppe an.

(Geerbt von IWithSku)
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>)
WithUpdateDomainCount(Int32)

Gibt die Anzahl der Updatedomänen für die Verfügbarkeitsgruppe an.

(Geerbt von IWithUpdateDomainCount)

Gilt für: