IAvailabilitySets Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée vers l’API de gestion du groupe à haute disponibilité.
public interface IAvailabilitySets : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySetsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>
type IAvailabilitySets = interface
interface ISupportsListingByResourceGroup<IAvailabilitySet>
interface ISupportsGettingByResourceGroup<IAvailabilitySet>
interface ISupportsGettingById<IAvailabilitySet>
interface ISupportsListing<IAvailabilitySet>
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<IAvailabilitySet>
interface IHasManager<IComputeManager>
interface IHasInner<IAvailabilitySetsOperations>
Public Interface IAvailabilitySets
Implements IHasInner(Of IAvailabilitySetsOperations), IHasManager(Of IComputeManager), ISupportsBatchCreation(Of IAvailabilitySet), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAvailabilitySet), ISupportsGettingByResourceGroup(Of IAvailabilitySet), ISupportsListing(Of IAvailabilitySet), ISupportsListingByResourceGroup(Of IAvailabilitySet)
- Implémente
-
ISupportsBatchCreation<IAvailabilitySet> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IAvailabilitySet> ISupportsGettingByResourceGroup<IAvailabilitySet> ISupportsListing<IAvailabilitySet> ISupportsListingByResourceGroup<IAvailabilitySet> IHasInner<IAvailabilitySetsOperations> IHasManager<IComputeManager>
Propriétés
Inner |
Point d’entrée vers l’API de gestion du groupe à haute disponibilité. (Hérité de IHasInner<T>) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Méthodes
Create(ICreatable<IFluentResourceT>[]) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Define(String) |
Point d’entrée vers l’API de gestion du groupe à haute disponibilité. (Hérité de ISupportsCreating<T>) |
DeleteById(String) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByResourceGroup(String, String) |
Supprime une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources. (Hérité de ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Supprime une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources. (Hérité de ISupportsDeletingByResourceGroup) |
GetById(String) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources. (Hérité de ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources. (Hérité de ISupportsGettingByResourceGroup<T>) |
List() |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListByResourceGroup(String) |
Répertorie les ressources du type spécifié dans le groupe de ressources spécifié. (Hérité de ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Répertorie les ressources du type spécifié dans le groupe de ressources spécifié. (Hérité de ISupportsListingByResourceGroup<T>) |
S’applique à
Azure SDK for .NET