get Gallery In VMAccess Control Profile
suspend fun getGalleryInVMAccessControlProfile(argument: GetGalleryInVMAccessControlProfilePlainArgs): GetGalleryInVMAccessControlProfileResult
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
gallery Name
The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be retrieved.
in VMAccess Control Profile Name
The name of the gallery inVMAccessControlProfile to be retrieved.
resource Group Name
The name of the resource group.
See also
suspend fun getGalleryInVMAccessControlProfile(argument: suspend GetGalleryInVMAccessControlProfilePlainArgsBuilder.() -> Unit): GetGalleryInVMAccessControlProfileResult
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.