Share via


FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent Class

Definition

The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. Serialized Name: CreateFirewallRuleWithAccountParameters

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

Constructors

FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent(String, IPAddress, IPAddress)

Initializes a new instance of FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent.

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

Name

The unique name of the firewall rule to create. Serialized Name: CreateFirewallRuleWithAccountParameters.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: CreateFirewallRuleWithAccountParameters.properties.startIpAddress

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to