BackendAddressInboundNatRulePortMappings Class

Definition

The response for a QueryInboundNatRulePortMapping API.

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

Properties

InboundNatRulePortMappings

Collection of inbound NAT rule port mappings.

Explicit Interface Implementations

IJsonModel<BackendAddressInboundNatRulePortMappings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackendAddressInboundNatRulePortMappings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackendAddressInboundNatRulePortMappings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackendAddressInboundNatRulePortMappings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackendAddressInboundNatRulePortMappings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to