HybridIdentityMetadataPropertiesAutoGenerated Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HybridIdentityMetadataPropertiesAutoGeneratedTypeConverter))]
public class HybridIdentityMetadataPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHybridIdentityMetadataPropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HybridIdentityMetadataPropertiesAutoGeneratedTypeConverter))>]
type HybridIdentityMetadataPropertiesAutoGenerated = class
interface IHybridIdentityMetadataPropertiesAutoGenerated
interface IJsonSerializable
Public Class HybridIdentityMetadataPropertiesAutoGenerated
Implements IHybridIdentityMetadataPropertiesAutoGenerated
- Inheritance
-
HybridIdentityMetadataPropertiesAutoGenerated
- Attributes
- Implements
Constructors
HybridIdentityMetadataPropertiesAutoGenerated() |
Creates an new HybridIdentityMetadataPropertiesAutoGenerated instance. |
Properties
IdentityPrincipalId |
The principal ID of resource identity. |
IdentityTenantId |
The tenant ID of resource. |
IdentityType |
The identity type. |
PublicKey |
The Public Key. |
VMId |
The unique identifier for the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HybridIdentityMetadataPropertiesAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HybridIdentityMetadataPropertiesAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHybridIdentityMetadataPropertiesAutoGenerated. |
FromJsonString(String) |
Creates a new instance of HybridIdentityMetadataPropertiesAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HybridIdentityMetadataPropertiesAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |