Sdílet prostřednictvím


UserAssignedIdentityAuthInfo Class

Definition

The authentication info when authType is userAssignedIdentity.

public class UserAssignedIdentityAuthInfo : Azure.ResourceManager.ServiceLinker.Models.AuthBaseInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.UserAssignedIdentityAuthInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.UserAssignedIdentityAuthInfo>
public class UserAssignedIdentityAuthInfo : Azure.ResourceManager.ServiceLinker.Models.AuthBaseInfo
type UserAssignedIdentityAuthInfo = class
    inherit AuthBaseInfo
    interface IJsonModel<UserAssignedIdentityAuthInfo>
    interface IPersistableModel<UserAssignedIdentityAuthInfo>
type UserAssignedIdentityAuthInfo = class
    inherit AuthBaseInfo
Public Class UserAssignedIdentityAuthInfo
Inherits AuthBaseInfo
Implements IJsonModel(Of UserAssignedIdentityAuthInfo), IPersistableModel(Of UserAssignedIdentityAuthInfo)
Public Class UserAssignedIdentityAuthInfo
Inherits AuthBaseInfo
Inheritance
UserAssignedIdentityAuthInfo
Implements

Constructors

UserAssignedIdentityAuthInfo()

Initializes a new instance of UserAssignedIdentityAuthInfo.

Properties

ClientId

Client Id for userAssignedIdentity.

SubscriptionId

Subscription id for userAssignedIdentity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AuthBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AuthBaseInfo)
IJsonModel<AuthBaseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AuthBaseInfo)
IJsonModel<UserAssignedIdentityAuthInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UserAssignedIdentityAuthInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AuthBaseInfo)
IPersistableModel<AuthBaseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AuthBaseInfo)
IPersistableModel<AuthBaseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AuthBaseInfo)
IPersistableModel<UserAssignedIdentityAuthInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserAssignedIdentityAuthInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UserAssignedIdentityAuthInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to