Share via


IGalleriesOperations Interface

Définition

GaleriesOpérations.

public interface IGalleriesOperations
type IGalleriesOperations = interface
Public Interface IGalleriesOperations

Méthodes

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

Créez ou mettez à jour un Shared Image Gallery.

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

Supprimez un Shared Image Gallery.

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

Mettre à jour un Shared Image Gallery.

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

Créez ou mettez à jour un Shared Image Gallery.

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

Supprimez un Shared Image Gallery.

GetWithHttpMessagesAsync(String, String)

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

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

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

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

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

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

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

GetWithHttpMessagesAsync(String, String, 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

BeginCreateOrUpdate(IGalleriesOperations, String, String, Gallery)

Créez ou mettez à jour un Shared Image Gallery.

BeginCreateOrUpdateAsync(IGalleriesOperations, String, String, Gallery, CancellationToken)

Créez ou mettez à jour un Shared Image Gallery.

BeginDelete(IGalleriesOperations, String, String)

Supprimez un Shared Image Gallery.

BeginDeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Supprimez un Shared Image Gallery.

BeginUpdate(IGalleriesOperations, String, String, GalleryUpdate)

Mettre à jour un Shared Image Gallery.

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

Mettre à jour un Shared Image Gallery.

CreateOrUpdate(IGalleriesOperations, String, String, Gallery)

Créez ou mettez à jour un Shared Image Gallery.

CreateOrUpdateAsync(IGalleriesOperations, String, String, Gallery, CancellationToken)

Créez ou mettez à jour un Shared Image Gallery.

Delete(IGalleriesOperations, String, String)

Supprimez un Shared Image Gallery.

DeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Supprimez un Shared Image Gallery.

Get(IGalleriesOperations, String, String, String, String)

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

GetAsync(IGalleriesOperations, String, String)

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

GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)

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

GetAsync(IGalleriesOperations, String, String, String, CancellationToken)

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

GetAsync(IGalleriesOperations, String, String, CancellationToken)

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

List(IGalleriesOperations)

Répertorier les galeries sous un abonnement.

ListAsync(IGalleriesOperations, CancellationToken)

Répertorier les galeries sous un abonnement.

ListByResourceGroup(IGalleriesOperations, String)

Répertorier les galeries sous un groupe de ressources.

ListByResourceGroupAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListByResourceGroupNext(IGalleriesOperations, String)

Répertorier les galeries sous un groupe de ressources.

ListByResourceGroupNextAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un groupe de ressources.

ListNext(IGalleriesOperations, String)

Répertorier les galeries sous un abonnement.

ListNextAsync(IGalleriesOperations, String, CancellationToken)

Répertorier les galeries sous un abonnement.

Update(IGalleriesOperations, String, String, GalleryUpdate)

Mettre à jour un Shared Image Gallery.

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

Mettre à jour un Shared Image Gallery.

S’applique à