Share via


DataLakeStoreFirewallRulePatch Class

Definition

The parameters used to update a firewall rule.

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

Constructors

Name Description
DataLakeStoreFirewallRulePatch()

Initializes a new instance of DataLakeStoreFirewallRulePatch.

Properties

Name Description
EndIPAddress

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

StartIPAddress

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataLakeStoreFirewallRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeStoreFirewallRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeStoreFirewallRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeStoreFirewallRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeStoreFirewallRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to