GalleriesOperationsExtensions.Get 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.
Retrieves information about a Shared Image Gallery.
public static Microsoft.Azure.Management.Compute.Models.Gallery Get (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.Gallery
<Extension()>
Public Function Get (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing) As Gallery
Parameters
- operations
- IGalleriesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- galleryName
- String
The name of the Shared Image Gallery.
- select
- String
The select expression to apply on the operation. Possible values include: 'Permissions'
- expand
- String
The expand query option to apply on the operation. Possible values include: 'SharingProfile/Groups'
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