Azure Networking Services · Example Payload

Azure Networking Services Inbound Nat Pool Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

Azure Networking Services Inbound Nat Pool Properties Format Example is an example object payload from Azure Networking Services, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

backendPortenableFloatingIPenableTcpResetfrontendIPConfigurationfrontendPortRangeEndfrontendPortRangeStartidleTimeoutInMinutesprovisioningState

Example Payload

Raw ↑
{
  "backendPort": 1,
  "enableFloatingIP": true,
  "enableTcpReset": true,
  "frontendIPConfiguration": {
    "id": "example-string"
  },
  "frontendPortRangeEnd": 1,
  "frontendPortRangeStart": 1,
  "idleTimeoutInMinutes": 1,
  "provisioningState": "Succeeded"
}