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