BackendAddressInboundNatRulePortMappingsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. BackendAddressInboundNatRulePortMappingsInner
- com.
Implements
public final class BackendAddressInboundNatRulePortMappingsInner
implements JsonSerializable<BackendAddressInboundNatRulePortMappingsInner>
The response for a QueryInboundNatRulePortMapping API.
Constructor Summary
Constructor | Description |
---|---|
BackendAddressInboundNatRulePortMappingsInner() |
Creates an instance of Backend |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Backend |
fromJson(JsonReader jsonReader)
Reads an instance of Backend |
List<Inbound |
inboundNatRulePortMappings()
Get the inbound |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Backend |
withInboundNatRulePortMappings(List<InboundNatRulePortMapping> inboundNatRulePortMappings)
Set the inbound |
Methods inherited from java.lang.Object
Constructor Details
BackendAddressInboundNatRulePortMappingsInner
public BackendAddressInboundNatRulePortMappingsInner()
Creates an instance of BackendAddressInboundNatRulePortMappingsInner class.
Method Details
fromJson
public static BackendAddressInboundNatRulePortMappingsInner fromJson(JsonReader jsonReader)
Reads an instance of BackendAddressInboundNatRulePortMappingsInner from the JsonReader.
Parameters:
Returns:
Throws:
inboundNatRulePortMappings
public List
Get the inboundNatRulePortMappings property: Collection of inbound NAT rule port mappings.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInboundNatRulePortMappings
public BackendAddressInboundNatRulePortMappingsInner withInboundNatRulePortMappings(List
Set the inboundNatRulePortMappings property: Collection of inbound NAT rule port mappings.
Parameters:
Returns:
Applies to
Azure SDK for Java