ISharedGalleryImagesOperations Interface

Definition

SharedGalleryImagesOperations operations.

public interface ISharedGalleryImagesOperations
type ISharedGalleryImagesOperations = interface
Public Interface ISharedGalleryImagesOperations

Methods

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

Get a shared gallery image by subscription id or tenant id.

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

List shared gallery images by subscription id or tenant id.

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

List shared gallery images by subscription id or tenant id.

Extension Methods

Get(ISharedGalleryImagesOperations, String, String, String)

Get a shared gallery image by subscription id or tenant id.

GetAsync(ISharedGalleryImagesOperations, String, String, String, CancellationToken)

Get a shared gallery image by subscription id or tenant id.

List(ISharedGalleryImagesOperations, String, String, String)

List shared gallery images by subscription id or tenant id.

ListAsync(ISharedGalleryImagesOperations, String, String, String, CancellationToken)

List shared gallery images by subscription id or tenant id.

ListNext(ISharedGalleryImagesOperations, String)

List shared gallery images by subscription id or tenant id.

ListNextAsync(ISharedGalleryImagesOperations, String, CancellationToken)

List shared gallery images by subscription id or tenant id.

Applies to