Dela via


FirewallRuleForDataLakeAnalyticsAccountUpdateContent Class

Definition

The parameters used to update a firewall rule while updating a Data Lake Analytics account. Serialized Name: UpdateFirewallRuleWithAccountParameters

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

Constructors

FirewallRuleForDataLakeAnalyticsAccountUpdateContent(String)

Initializes a new instance of FirewallRuleForDataLakeAnalyticsAccountUpdateContent.

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: UpdateFirewallRuleWithAccountParameters.properties.endIpAddress

Name

The unique name of the firewall rule to update. Serialized Name: UpdateFirewallRuleWithAccountParameters.name

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: UpdateFirewallRuleWithAccountParameters.properties.startIpAddress

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallRuleForDataLakeAnalyticsAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallRuleForDataLakeAnalyticsAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to