ISharedGalleriesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET