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


DataLakeStoreVirtualNetworkRulePatch Class

Definition

The parameters used to update a virtual network rule.

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

Constructors

DataLakeStoreVirtualNetworkRulePatch()

Initializes a new instance of DataLakeStoreVirtualNetworkRulePatch.

Properties

SubnetId

The resource identifier for the subnet.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeStoreVirtualNetworkRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeStoreVirtualNetworkRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeStoreVirtualNetworkRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeStoreVirtualNetworkRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeStoreVirtualNetworkRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to