{ "opencollection": "1.0.0", "info": { "name": "ContainerRegistryManagementClient Operation Replications API", "version": "2.0" }, "items": [ { "info": { "name": "Replications", "type": "folder" }, "items": [ { "info": { "name": "Azure Container Registry Replications_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/replications", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Lists all the replications for the specified container registry." }, { "info": { "name": "Azure Container Registry Replications_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/replications/:replicationName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." }, { "name": "replicationName", "value": "", "type": "path", "description": "The name of the replication." } ] }, "docs": "Gets the properties of the specified replication." }, { "info": { "name": "Azure Container Registry Replications_ Create", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/replications/:replicationName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." }, { "name": "replicationName", "value": "", "type": "path", "description": "The name of the replication." } ] }, "docs": "Creates a replication for a container registry with the specified parameters." }, { "info": { "name": "Azure Container Registry Replications_ Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/replications/:replicationName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." }, { "name": "replicationName", "value": "", "type": "path", "description": "The name of the replication." } ] }, "docs": "Updates a replication for a container registry with the specified parameters." }, { "info": { "name": "Azure Container Registry Replications_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/replications/:replicationName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." }, { "name": "replicationName", "value": "", "type": "path", "description": "The name of the replication." } ] }, "docs": "Deletes a replication from a container registry." } ] } ], "bundled": true }