Azure Networking Services · Example Payload

Azure Networking Services Subnet Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

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

Top-level fields

addressPrefixaddressPrefixesdelegationsipConfigurationProfilesipConfigurationsnatGatewayprivateEndpointNetworkPoliciesprivateEndpointsprivateLinkServiceNetworkPoliciesprovisioningStatepurposeresourceNavigationLinksserviceAssociationLinksserviceEndpointPoliciesserviceEndpoints

Example Payload

Raw ↑
{
  "addressPrefix": "example-string",
  "addressPrefixes": [
    "example-string"
  ],
  "delegations": [
    {
      "etag": {},
      "name": {},
      "properties": {}
    }
  ],
  "ipConfigurationProfiles": [
    {}
  ],
  "ipConfigurations": [
    {}
  ],
  "natGateway": {
    "id": "example-string"
  },
  "privateEndpointNetworkPolicies": "example-string",
  "privateEndpoints": [
    {}
  ],
  "privateLinkServiceNetworkPolicies": "example-string",
  "provisioningState": "Succeeded",
  "purpose": "example-string",
  "resourceNavigationLinks": [
    {
      "etag": {},
      "id": {},
      "name": {},
      "properties": {},
      "type": {}
    }
  ],
  "serviceAssociationLinks": [
    {
      "etag": {},
      "name": {},
      "properties": {},
      "type": {}
    }
  ],
  "serviceEndpointPolicies": [
    {}
  ],
  "serviceEndpoints": [
    {
      "locations": {},
      "provisioningState": {},
      "service": {}
    }
  ]
}