Package version:

Interface VmInstanceHybridIdentityMetadataProperties

Describes the properties of Hybrid Identity Metadata for a Virtual Machine.

interface VmInstanceHybridIdentityMetadataProperties {
    provisioningState?: string;
    publicKey?: string;
    resourceUid?: string;
}

Properties

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

publicKey?: string

Gets or sets the Public Key.

resourceUid?: string

The unique identifier for the resource.