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.
Compatibility declaration for the QueryInboundNatRulePortMappingContent type.
public class QueryInboundNatRulePortMappingContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent>
type QueryInboundNatRulePortMappingContent = class
interface IJsonModel<QueryInboundNatRulePortMappingContent>
interface IPersistableModel<QueryInboundNatRulePortMappingContent>
Public Class QueryInboundNatRulePortMappingContent
Implements IJsonModel(Of QueryInboundNatRulePortMappingContent), IPersistableModel(Of QueryInboundNatRulePortMappingContent)
- Inheritance
-
QueryInboundNatRulePortMappingContent
- Implements
Constructors
| Name | Description |
|---|---|
| QueryInboundNatRulePortMappingContent() |
Initializes a new instance of QueryInboundNatRulePortMappingContent. |
Properties
| Name | Description |
|---|---|
| IpAddress |
IP address set in load balancer backend address. |
| IPAddress |
Compatibility member. |
| IpConfiguration |
NetworkInterfaceIPConfiguration set in load balancer backend address. |
| IPConfigurationId |
NetworkInterfaceIPConfiguration set in load balancer backend address. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |