你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsFirewallRulePatch Class

Definition

The parameters used to update a firewall rule. Serialized Name: UpdateFirewallRuleParameters

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

Constructors

DataLakeAnalyticsFirewallRulePatch()

Initializes a new instance of DataLakeAnalyticsFirewallRulePatch.

Properties

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. Serialized Name: UpdateFirewallRuleParameters.properties.endIpAddress

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. Serialized Name: UpdateFirewallRuleParameters.properties.startIpAddress

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeAnalyticsFirewallRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeAnalyticsFirewallRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsFirewallRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsFirewallRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeAnalyticsFirewallRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to