getGalleryInVMAccessControlProfile

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

Return

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

Parameters

argument

null


suspend fun getGalleryInVMAccessControlProfile(galleryName: String, inVMAccessControlProfileName: String, resourceGroupName: String): GetGalleryInVMAccessControlProfileResult

Return

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

Parameters

galleryName

The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be retrieved.

inVMAccessControlProfileName

The name of the gallery inVMAccessControlProfile to be retrieved.

resourceGroupName

The name of the resource group.

See also


Return

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

Parameters

argument

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

See also