ArcIdentityResult 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.
public class ArcIdentityResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ArcIdentityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ArcIdentityResult>
public class ArcIdentityResult
type ArcIdentityResult = class
interface IJsonModel<ArcIdentityResult>
interface IPersistableModel<ArcIdentityResult>
type ArcIdentityResult = class
Public Class ArcIdentityResult
Implements IJsonModel(Of ArcIdentityResult), IPersistableModel(Of ArcIdentityResult)
Public Class ArcIdentityResult
- Inheritance
-
ArcIdentityResult
- Implements
Properties
ArcApplicationClientId |
Gets the arc application client id. |
ArcApplicationObjectId |
Gets the arc application object id. |
ArcApplicationTenantId |
Gets the arc application tenant id. |
ArcServicePrincipalObjectId |
Gets the arc service principal object id. |
Explicit Interface Implementations
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
Azure SDK for .NET