v6

latestSwagger 2.0raw.githubusercontent.com2022-02-2593447.1 KB
WebServices

Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To determine whether it has completed successfully, you must perform a Get operation.

patch/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}

Path parameters

resourceGroupNamestring required

Name of the resource group in which the web service is located.

webServiceNamestring required

The name of the web service.

subscriptionIdstring required

The Azure subscription ID.

Query parameters

api-versionstring required

The version of the Microsoft.MachineLearning resource provider API to use.

Request body

idstring

Specifies the resource ID.

namestring

Specifies the name of the resource.

locationstring

Specifies the location of the resource.

typestring

Specifies the type of the resource.

tagsobject

Contains resource tags defined as key/value pairs.

Response

Success. The response payload is identical to the response payload that is returned by the GET operation. The response includes the Provisioning State and the Azure-AsyncOperation header. To get the progress of the operation, call GET operation on the URL in Azure-AsyncOperation header field. For more information about Asynchronous Operations, see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-async-operations.

idstring

Specifies the resource ID.

namestring

Specifies the name of the resource.

locationstring required

Specifies the location of the resource.

typestring

Specifies the type of the resource.

tagsobject

Contains resource tags defined as key/value pairs.