getGalleryInVMAccessControlProfileVersion

Retrieves information about a gallery inVMAccessControlProfile version. Uses Azure REST API version 2024-03-03.

Return

Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

Parameters

argument

null


suspend fun getGalleryInVMAccessControlProfileVersion(galleryName: String, inVMAccessControlProfileName: String, inVMAccessControlProfileVersionName: String, resourceGroupName: String): GetGalleryInVMAccessControlProfileVersionResult

Return

Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

Parameters

galleryName

The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.

inVMAccessControlProfileName

The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.

inVMAccessControlProfileVersionName

The name of the gallery inVMAccessControlProfile version to be retrieved.

resourceGroupName

The name of the resource group.

See also


Return

Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

Parameters

argument

Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetGalleryInVMAccessControlProfileVersionPlainArgs.

See also