ArcIdentityResult Class

Definition

ArcIdentity details.

public class ArcIdentityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ArcIdentityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ArcIdentityResult>
type ArcIdentityResult = class
    interface IJsonModel<ArcIdentityResult>
    interface IPersistableModel<ArcIdentityResult>
Public Class ArcIdentityResult
Implements IJsonModel(Of ArcIdentityResult), IPersistableModel(Of ArcIdentityResult)
Inheritance
ArcIdentityResult
Implements

Properties

Name Description
ArcApplicationClientId

Gets the ArcApplicationClientId.

ArcApplicationObjectId

Gets the ArcApplicationObjectId.

ArcApplicationTenantId

Gets the ArcApplicationTenantId.

ArcServicePrincipalObjectId

Gets the ArcServicePrincipalObjectId.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArcIdentityResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArcIdentityResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcIdentityResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcIdentityResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArcIdentityResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to