Поделиться через


TrustedIdProviderForDataLakeStoreAccountUpdateContent Class

Definition

The parameters used to update a trusted identity provider while updating a Data Lake Store account.

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

Constructors

TrustedIdProviderForDataLakeStoreAccountUpdateContent(String)

Initializes a new instance of TrustedIdProviderForDataLakeStoreAccountUpdateContent.

Properties

IdProvider

The URL of this trusted identity provider.

Name

The unique name of the trusted identity provider to update.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TrustedIdProviderForDataLakeStoreAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrustedIdProviderForDataLakeStoreAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrustedIdProviderForDataLakeStoreAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrustedIdProviderForDataLakeStoreAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrustedIdProviderForDataLakeStoreAccountUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to