get Hybrid Identity Metadata
suspend fun getHybridIdentityMetadata(argument: GetHybridIdentityMetadataPlainArgs): GetHybridIdentityMetadataResult
Implements HybridIdentityMetadata GET method. Uses Azure REST API version 2023-04-01-preview. Other available API versions: 2022-05-21-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native scvmm [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Defines the HybridIdentityMetadata.
Parameters
argument
null
suspend fun getHybridIdentityMetadata(metadataName: String, resourceGroupName: String, virtualMachineName: String): GetHybridIdentityMetadataResult
Return
Defines the HybridIdentityMetadata.
Parameters
metadata Name
Name of the HybridIdentityMetadata.
resource Group Name
The name of the resource group.
virtual Machine Name
Name of the vm.
See also
suspend fun getHybridIdentityMetadata(argument: suspend GetHybridIdentityMetadataPlainArgsBuilder.() -> Unit): GetHybridIdentityMetadataResult
Return
Defines the HybridIdentityMetadata.
Parameters
argument
Builder for com.pulumi.azurenative.scvmm.kotlin.inputs.GetHybridIdentityMetadataPlainArgs.