ISharedGalleriesOperations Interface

Definition

SharedGalleriesOperations operations.

public interface ISharedGalleriesOperations
type ISharedGalleriesOperations = interface
Public Interface ISharedGalleriesOperations

Methods

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

Get a shared gallery by subscription id or tenant id.

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

List shared galleries by subscription id or tenant id.

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

List shared galleries by subscription id or tenant id.

Extension Methods

Get(ISharedGalleriesOperations, String, String)

Get a shared gallery by subscription id or tenant id.

GetAsync(ISharedGalleriesOperations, String, String, CancellationToken)

Get a shared gallery by subscription id or tenant id.

List(ISharedGalleriesOperations, String, String)

List shared galleries by subscription id or tenant id.

ListAsync(ISharedGalleriesOperations, String, String, CancellationToken)

List shared galleries by subscription id or tenant id.

ListNext(ISharedGalleriesOperations, String)

List shared galleries by subscription id or tenant id.

ListNextAsync(ISharedGalleriesOperations, String, CancellationToken)

List shared galleries by subscription id or tenant id.

Applies to