SharedGalleriesOperationsExtensions.List Method

Definition

List shared galleries by subscription id or tenant id.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery> List (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string sharedTo = default);
static member List : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery>
<Extension()>
Public Function List (operations As ISharedGalleriesOperations, location As String, Optional sharedTo As String = Nothing) As IPage(Of SharedGallery)

Parameters

operations
ISharedGalleriesOperations

The operations group for this extension method.

location
String

Resource location.

sharedTo
String

The query parameter to decide what shared galleries to fetch when doing listing operations. Possible values include: 'tenant'

Returns

Applies to