CommunityGalleryImageVersionsOperationsExtensions.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.
Get a community gallery image version.
public static Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion Get (this Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations operations, string location, string publicGalleryName, string galleryImageName, string galleryImageVersionName);
static member Get : Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion
<Extension()>
Public Function Get (operations As ICommunityGalleryImageVersionsOperations, location As String, publicGalleryName As String, galleryImageName As String, galleryImageVersionName As String) As CommunityGalleryImageVersion
Parameters
- operations
- ICommunityGalleryImageVersionsOperations
The operations group for this extension method.
- location
- String
Resource location.
- publicGalleryName
- String
The public name of the community gallery.
- galleryImageName
- String
The name of the community gallery image definition.
- galleryImageVersionName
- String
The name of the community gallery image version. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>
Returns
Applies to
Azure SDK for .NET