MigrateToStv2Contract 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.
Describes an available API Management SKU.
public class MigrateToStv2Contract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.MigrateToStv2Contract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.MigrateToStv2Contract>
type MigrateToStv2Contract = class
interface IJsonModel<MigrateToStv2Contract>
interface IPersistableModel<MigrateToStv2Contract>
Public Class MigrateToStv2Contract
Implements IJsonModel(Of MigrateToStv2Contract), IPersistableModel(Of MigrateToStv2Contract)
- Inheritance
-
MigrateToStv2Contract
- Implements
Constructors
| MigrateToStv2Contract() |
Initializes a new instance of MigrateToStv2Contract. |
Properties
| Mode |
Mode of Migration to stv2. Default is PreserveIp. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<MigrateToStv2Contract>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MigrateToStv2Contract>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MigrateToStv2Contract>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MigrateToStv2Contract>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MigrateToStv2Contract>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |