다음을 통해 공유


DataBoundaryProperties Class

Definition

Data boundary properties.

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

Constructors

DataBoundaryProperties()

Initializes a new instance of DataBoundaryProperties.

Properties

DataBoundary

The data boundary definition.

ProvisioningState

Denotes the state of provisioning.

Explicit Interface Implementations

IJsonModel<DataBoundaryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoundaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoundaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoundaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoundaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to