SharedGalleriesOperationsExtensions.List Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET