DataLakeStoreTrustedIdProviderPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters used to update a trusted identity provider.
public class DataLakeStoreTrustedIdProviderPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreTrustedIdProviderPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreTrustedIdProviderPatch>
public class DataLakeStoreTrustedIdProviderPatch
type DataLakeStoreTrustedIdProviderPatch = class
interface IJsonModel<DataLakeStoreTrustedIdProviderPatch>
interface IPersistableModel<DataLakeStoreTrustedIdProviderPatch>
type DataLakeStoreTrustedIdProviderPatch = class
Public Class DataLakeStoreTrustedIdProviderPatch
Implements IJsonModel(Of DataLakeStoreTrustedIdProviderPatch), IPersistableModel(Of DataLakeStoreTrustedIdProviderPatch)
Public Class DataLakeStoreTrustedIdProviderPatch
- Inheritance
-
DataLakeStoreTrustedIdProviderPatch
- Implements
Constructors
| DataLakeStoreTrustedIdProviderPatch() |
Initializes a new instance of DataLakeStoreTrustedIdProviderPatch. |
Properties
| IdProvider |
The URL of this trusted identity provider. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<DataLakeStoreTrustedIdProviderPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DataLakeStoreTrustedIdProviderPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DataLakeStoreTrustedIdProviderPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DataLakeStoreTrustedIdProviderPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DataLakeStoreTrustedIdProviderPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |