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


FirewallRuleForDataLakeStoreAccountUpdateContent Class

Definition

The parameters used to update a firewall rule while updating a Data Lake Store account.

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

Constructors

FirewallRuleForDataLakeStoreAccountUpdateContent(String)

Initializes a new instance of FirewallRuleForDataLakeStoreAccountUpdateContent.

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.

Name

The unique name of the firewall rule to update.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallRuleForDataLakeStoreAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallRuleForDataLakeStoreAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallRuleForDataLakeStoreAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallRuleForDataLakeStoreAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallRuleForDataLakeStoreAccountUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to