Sdílet prostřednictvím


SystemAssignedIdentityAuthInfo Class

Definition

The authentication info when authType is systemAssignedIdentity.

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

Constructors

SystemAssignedIdentityAuthInfo()

Initializes a new instance of SystemAssignedIdentityAuthInfo.

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<SystemAssignedIdentityAuthInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SystemAssignedIdentityAuthInfo>.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<SystemAssignedIdentityAuthInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SystemAssignedIdentityAuthInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SystemAssignedIdentityAuthInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to