Share via


ArcIdentityResponse Class

Definition

ArcIdentity details.

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

Constructors

ArcIdentityResponse()

Creates an new ArcIdentityResponse instance.

Properties

ArcApplicationClientId
ArcApplicationObjectId
ArcApplicationTenantId
ArcServicePrincipalObjectId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArcIdentityResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArcIdentityResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcIdentityResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArcIdentityResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to