Sdílet prostřednictvím


FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent Class

Definition

The parameters used to create a new firewall rule while creating a new Data Lake Store account.

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

Constructors

FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent(String, IPAddress, IPAddress)

Initializes a new instance of FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent.

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 create.

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<FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to