Partager via


IGalleriesOperations Interface

Définition

GaleriesOpérations opérations.

public interface IGalleriesOperations
type IGalleriesOperations = interface
Public Interface IGalleriesOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, GalleryInner, Dictionary<String,List<String>>, CancellationToken)

Créer ou mettre à jour un Shared Image Gallery.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprimer un Shared Image Gallery.

BeginUpdateWithHttpMessagesAsync(String, String, GalleryUpdate, Dictionary<String,List<String>>, CancellationToken)

Mettre à jour un Shared Image Gallery.

CreateOrUpdateWithHttpMessagesAsync(String, String, GalleryInner, Dictionary<String,List<String>>, CancellationToken)

Créer ou mettre à jour un Shared Image Gallery.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprimer un Shared Image Gallery.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Récupère des informations sur un Shared Image Gallery.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorier les galeries sous un abonnement.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Répertorier les galeries sous un abonnement.

UpdateWithHttpMessagesAsync(String, String, GalleryUpdate, Dictionary<String,List<String>>, CancellationToken)

Mettre à jour un Shared Image Gallery.

Méthodes d’extension

BeginCreateOrUpdateAsync(IGalleriesOperations, String, String, GalleryInner, CancellationToken)

Créer ou mettre à jour un Shared Image Gallery.

BeginDeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Supprimer un Shared Image Gallery.

BeginUpdateAsync(IGalleriesOperations, String, String, GalleryUpdate, CancellationToken)

Mettre à jour un Shared Image Gallery.

CreateOrUpdateAsync(IGalleriesOperations, String, String, GalleryInner, CancellationToken)

Créer ou mettre à jour un Shared Image Gallery.

DeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Supprimer un Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String, CancellationToken)

Récupère des informations sur un Shared Image Gallery.

ListAsync(IGalleriesOperations, CancellationToken)

Répertorier les galeries sous un abonnement.

ListByResourceGroupAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListByResourceGroupNextAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListNextAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un abonnement.

UpdateAsync(IGalleriesOperations, String, String, GalleryUpdate, CancellationToken)

Mettre à jour un Shared Image Gallery.

S’applique à