GalleryInVmAccessControlProfileResource.GetGalleryInVmAccessControlProfileVersion 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 gallery inVMAccessControlProfile version.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{inVMAccessControlProfileName}/versions/{inVMAccessControlProfileVersionName}
- Operation Id: GalleryInVMAccessControlProfileVersions_Get
- Default Api Version: 2024-03-03
- Resource: GalleryInVmAccessControlProfileVersionResource
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource> GetGalleryInVmAccessControlProfileVersion (string inVmAccessControlProfileVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGalleryInVmAccessControlProfileVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
override this.GetGalleryInVmAccessControlProfileVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
Public Overridable Function GetGalleryInVmAccessControlProfileVersion (inVmAccessControlProfileVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryInVmAccessControlProfileVersionResource)
Parameters
- inVmAccessControlProfileVersionName
- String
The name of the gallery inVMAccessControlProfile version to be retrieved.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
inVmAccessControlProfileVersionName
is null.
inVmAccessControlProfileVersionName
is an empty string, and was expected to be non-empty.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET