共用方式為


DevTestLabManagedIdentity Class

Definition

Properties of a managed identity.

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

Constructors

DevTestLabManagedIdentity()

Initializes a new instance of DevTestLabManagedIdentity.

Properties

ClientSecretUri

The client secret URL of the identity.

ManagedIdentityType

Managed identity.

PrincipalId

The principal id of resource identity.

TenantId

The tenant identifier of resource.

Explicit Interface Implementations

IJsonModel<DevTestLabManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabManagedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to