ArcIdentityResponse 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.
ArcIdentity details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ArcIdentityResponseTypeConverter))]
public class ArcIdentityResponse : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IArcIdentityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.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.Api20240401.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. |