Freigeben über


IDefinition Schnittstelle

Definition

Die gesamte Definition der verwalteten Momentaufnahme.

public interface IDefinition : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IBlank, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithGroup, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithSnapshotSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Compute.Fluent.ISnapshot>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithSnapshotSource>
    interface IWithExistingResourceGroup<IWithSnapshotSource>
    interface IWithNewResourceGroup<IWithSnapshotSource>
    interface IWithCreatableResourceGroup<IWithSnapshotSource>
    interface IWithSnapshotSource
    interface IWithWindowsSnapshotSource
    interface IWithLinuxSnapshotSource
    interface IWithDataSnapshotSource
    interface IWithDataSnapshotFromVhd
    interface IWithDataSnapshotFromDisk
    interface IWithDataSnapshotFromSnapshot
    interface IWithCreate
    interface ICreatable<ISnapshot>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithSize
    interface IWithIncremental
    interface IWithSku
Public Interface IDefinition
Implements IBlank, ICreatable(Of ISnapshot), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithSnapshotSource), IWithCreate, IWithExistingResourceGroup(Of IWithSnapshotSource), IWithGroup, IWithGroup(Of IWithSnapshotSource), IWithNewResourceGroup(Of IWithSnapshotSource), IWithSnapshotSource
Implementiert

Eigenschaften

Key

Die gesamte Definition der verwalteten Momentaufnahme.

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

Legt die Anforderung in die Warteschlange und erlaubt dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
WithDataFromDisk(IDisk)

Gibt den verwalteten Quelldatendatenträger an.

(Geerbt von IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

Gibt die ID des verwalteten Quelldatendatenträgers an.

(Geerbt von IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

Gibt die Momentaufnahme verwalteten Quelldaten an.

(Geerbt von IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

Gibt die Momentaufnahme verwalteten Quelldaten an.

(Geerbt von IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

Gibt die Quelldaten-VHD und die Speicherkonto-ID an.

(Geerbt von IWithDataSnapshotFromVhd)
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>)
WithIncremental(Boolean)

Gibt an, ob ein Momentaufnahme inkrementell ist.

(Geerbt von IWithIncremental)
WithLinuxFromDisk(IDisk)

Gibt den verwalteten Quelldatenträger des Linux-Betriebssystems an.

(Geerbt von IWithLinuxSnapshotSource)
WithLinuxFromDisk(String)

Gibt den verwalteten Quelldatenträger des Linux-Betriebssystems an.

(Geerbt von IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(ISnapshot)

Gibt den verwalteten Momentaufnahme des Quellbetriebssystems für Linux an.

(Geerbt von IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(String)

Gibt den verwalteten Momentaufnahme des Quellbetriebssystems für Linux an.

(Geerbt von IWithLinuxSnapshotSource)
WithLinuxFromVhd(String, String)

Gibt die für die Quelle spezialisierte oder generalisierte Linux-Betriebssystem-VHD und die Speicherkonto-ID an.

(Geerbt von IWithLinuxSnapshotSource)
WithNewResourceGroup()

Die gesamte Definition der verwalteten Momentaufnahme.

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

Die gesamte Definition der verwalteten Momentaufnahme.

(Geerbt von IWithNewResourceGroup<T>)
WithRegion(Region)

Gibt die Region für die Ressource an.

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

Gibt die Region für die Ressource nach Name an.

(Geerbt von IDefinitionWithRegion<T>)
WithSizeInGB(Int32)

Gibt die Datenträgergröße an.

(Geerbt von IWithSize)
WithSku(DiskSkuTypes)

Gibt den SKU-Typ an.

(Geerbt von IWithSku)
WithSku(SnapshotSkuType)

Gibt den SKU-Typ 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>)
WithWindowsFromDisk(IDisk)

Gibt den verwalteten Quelldatenträger des Windows-Betriebssystems an.

(Geerbt von IWithWindowsSnapshotSource)
WithWindowsFromDisk(String)

Gibt den verwalteten Quelldatenträger des Windows-Betriebssystems an.

(Geerbt von IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(ISnapshot)

Gibt die Momentaufnahme des Windows-Quellbetriebssystems an.

(Geerbt von IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(String)

Gibt die Momentaufnahme des Windows-Quellbetriebssystems an.

(Geerbt von IWithWindowsSnapshotSource)
WithWindowsFromVhd(String, String)

Gibt die spezialisierte oder generalisierte Quell-VHD des Windows-Betriebssystems und die Speicherkonto-ID an.

(Geerbt von IWithWindowsSnapshotSource)

Gilt für: