Azure Container Registry · Example Payload

Azure Container Registry Network Rule Set Example

AzureContainer ImagesContainersDockerRegistry

Azure Container Registry Network Rule Set Example is an example object payload from Azure Container Registry, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

defaultActionipRulesvirtualNetworkRules

Example Payload

Raw ↑
{
  "defaultAction": "Allow",
  "ipRules": [
    {}
  ],
  "virtualNetworkRules": [
    {}
  ]
}