Share via


ClusterIdentityResponse Class

Definition

Cluster Identity details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ClusterIdentityResponseTypeConverter))]
public class ClusterIdentityResponse : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IClusterIdentityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ClusterIdentityResponseTypeConverter))>]
type ClusterIdentityResponse = class
    interface IClusterIdentityResponse
    interface IJsonSerializable
Public Class ClusterIdentityResponse
Implements IClusterIdentityResponse
Inheritance
ClusterIdentityResponse
Attributes
Implements

Constructors

Name Description
ClusterIdentityResponse()

Creates an new ClusterIdentityResponse instance.

Properties

Name Description
AadApplicationObjectId
AadClientId
AadServicePrincipalObjectId
AadTenantId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterIdentityResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterIdentityResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IClusterIdentityResponse.

FromJsonString(String)

Creates a new instance of ClusterIdentityResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterIdentityResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to