Partager via


IDefinition Interface

Définition

Intégralité de la définition du instantané managé.

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
Implémente

Propriétés

Key

Intégralité de la définition du instantané managé.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource créatable.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
WithDataFromDisk(IDisk)

Spécifie le disque managé des données sources.

(Hérité de IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

Spécifie l’ID du disque managé de données sources.

(Hérité de IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

Spécifie les données sources instantané gérées.

(Hérité de IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

Spécifie les données sources instantané gérées.

(Hérité de IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

Spécifie le disque dur virtuel des données sources et l’ID du compte de stockage.

(Hérité de IWithDataSnapshotFromVhd)
WithExistingResourceGroup(IResourceGroup)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithIncremental(Boolean)

Spécifie si un instantané est incrémentiel.

(Hérité de IWithIncremental)
WithLinuxFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromDisk(String)

Spécifie le disque managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(ISnapshot)

Spécifie l’instantané managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(String)

Spécifie l’instantané managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromVhd(String, String)

Spécifie le disque dur virtuel du système d’exploitation Linux spécialisé ou généralisé source et l’ID du compte de stockage.

(Hérité de IWithLinuxSnapshotSource)
WithNewResourceGroup()

Intégralité de la définition du instantané managé.

(Hérité de IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée.

(Hérité de IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Intégralité de la définition du instantané managé.

(Hérité de IWithNewResourceGroup<T>)
WithRegion(Region)

Spécifie la région de la ressource.

(Hérité de IDefinitionWithRegion<T>)
WithRegion(String)

Spécifie la région de la ressource par son nom.

(Hérité de IDefinitionWithRegion<T>)
WithSizeInGB(Int32)

Spécifie la taille du disque.

(Hérité de IWithSize)
WithSku(DiskSkuTypes)

Spécifie le type de référence SKU.

(Hérité de IWithSku)
WithSku(SnapshotSkuType)

Spécifie le type de référence SKU.

(Hérité de IWithSku)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)
WithWindowsFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromDisk(String)

Spécifie le disque managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(ISnapshot)

Spécifie l’instantané de système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(String)

Spécifie l’instantané de système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromVhd(String, String)

Spécifie le disque dur virtuel du système d’exploitation Windows spécialisé ou généralisé source et l’ID du compte de stockage.

(Hérité de IWithWindowsSnapshotSource)

S’applique à