Partilhar via


ClusterIdentityResponse Class

Definition

Cluster Identity details.

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

Constructors

ClusterIdentityResponse()

Creates an new ClusterIdentityResponse instance.

Properties

AadApplicationObjectId
AadClientId
AadServicePrincipalObjectId
AadTenantId

Methods

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.Api20230301.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