QueryInboundNatRulePortMappingContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request for a QueryInboundNatRulePortMapping API. Either IpConfiguration or IpAddress should be set.
public class QueryInboundNatRulePortMappingContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent>
public class QueryInboundNatRulePortMappingContent
type QueryInboundNatRulePortMappingContent = class
interface IJsonModel<QueryInboundNatRulePortMappingContent>
interface IPersistableModel<QueryInboundNatRulePortMappingContent>
type QueryInboundNatRulePortMappingContent = class
Public Class QueryInboundNatRulePortMappingContent
Implements IJsonModel(Of QueryInboundNatRulePortMappingContent), IPersistableModel(Of QueryInboundNatRulePortMappingContent)
Public Class QueryInboundNatRulePortMappingContent
- Inheritance
-
QueryInboundNatRulePortMappingContent
- Implements
Constructors
QueryInboundNatRulePortMappingContent() |
Initializes a new instance of QueryInboundNatRulePortMappingContent. |
Properties
IPAddress |
IP address set in load balancer backend address. |
IPConfigurationId |
Gets or sets Id. |
Explicit Interface Implementations
IJsonModel<QueryInboundNatRulePortMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QueryInboundNatRulePortMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QueryInboundNatRulePortMappingContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QueryInboundNatRulePortMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QueryInboundNatRulePortMappingContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET