HDInsightManagedIdentitySpec Class

Definition

The details of a managed identity.

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

Constructors

HDInsightManagedIdentitySpec(HDInsightManagedIdentityType, ResourceIdentifier, String, String)

Initializes a new instance of HDInsightManagedIdentitySpec.

Properties

ClientId

ClientId of the managed identity.

IdentityType

The type of managed identity.

ObjectId

ObjectId of the managed identity.

ResourceId

ResourceId of the managed identity.

Explicit Interface Implementations

IJsonModel<HDInsightManagedIdentitySpec>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightManagedIdentitySpec>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightManagedIdentitySpec>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightManagedIdentitySpec>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightManagedIdentitySpec>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to