IJsonModel<T> Interface
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.
Allows an object to control its own JSON writing and reading.
public interface IJsonModel<out T> : System.ClientModel.Primitives.IPersistableModel<out T>
type IJsonModel<'T> = interface
interface IPersistableModel<'T>
Public Interface IJsonModel(Of Out T)
Implements IPersistableModel(Of Out T)
- T
The type the model can be converted into.
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.- Derived
-
Azure.
Resource Manager. App Containers. Models. Container App Azure Active Directory Registration Configuration Azure.Resource Manager. App Containers. Models. Container App Diagnostic Data Provider Metadata Property Bag Item Azure.Resource Manager. Compute Fleet. Models. Compute Fleet Windows VmGuest Patch Automatic ByPlatform Settings Azure.Resource Manager. Elastic. Models. Elastic Organization ToAzure Subscription Mapping Response Properties Azure.Resource Manager. HDInsight. Containers. Models. Cluster Pool Available Upgrade Node OSUpgrade Properties Azure.Resource Manager. Healthcare Apis. Models. Healthcare Apis Iot Connector Event Hub Ingestion Configuration Azure.Resource Manager. Health Data AIServices. Health Data AIServices Private Endpoint Connection Resource Data Azure.Resource Manager. Iot Operations. Models. Dataflow Endpoint Authentication User Assigned Managed Identity Azure.Resource Manager. Postgre Sql. Flexible Servers. Models. Postgre Sql Flexible Server Capability Properties Azure.Resource Manager. Postgre Sql. Flexible Servers. Models. Postgre Sql Flexible Server Delegated Subnet Usage Azure.Resource Manager. Postgre Sql. Flexible Servers. Models. Postgre Sql Flexible Server User Assigned Identity Azure.Resource Manager. Recovery Services Site Recovery. Models. A2ACross Cluster Migration Replication Details Azure.Resource Manager. Recovery Services Site Recovery. Models. Hyper VReplica Azure Unplanned Failover Content Azure.Resource Manager. Recovery Services Site Recovery. Models. In Mage Rcm Protection Container Mapping Details Azure.Resource Manager. Recovery Services Site Recovery. Models. Recovery Plan Automation Runbook Action Details Azure.Resource Manager. Recovery Services Site Recovery. Models. Update Migration Item Provider Specific Content Azure.Resource Manager. Recovery Services Site Recovery. Models. VMware Cbt Protection Container Mapping Details Azure.Resource Manager. Security Insights. Models. Microsoft Purview Information Protection Check Requirements
- Implements
Create(Binary |
Converts the provided BinaryData into a model. (Inherited from IPersistableModel<T>) |
Create(Utf8Json |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
Get |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. (Inherited from IPersistableModel<T>) |
Write(Model |
Writes the model into a BinaryData. (Inherited from IPersistableModel<T>) |
Write(Utf8Json |
Writes the model to the provided Utf8JsonWriter. |
Produkt | Versionen |
---|---|
Azure SDK for .NET | Latest, Preview |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: