HDInsightIdentityProfile Class

Definition

Identity Profile with details of an MSI.

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

Constructors

HDInsightIdentityProfile(ResourceIdentifier, String, String)

Initializes a new instance of HDInsightIdentityProfile.

Properties

MsiClientId

ClientId of the MSI.

MsiObjectId

ObjectId of the MSI.

MsiResourceId

ResourceId of the MSI.

Explicit Interface Implementations

IJsonModel<HDInsightIdentityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightIdentityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightIdentityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightIdentityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightIdentityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to