v6

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

Create or update a web service. This call will overwrite an existing web service. Note that there is no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new web service, call the Get operation first to verify that it does not exist.

put/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 required

Specifies the location of the resource.

typestring

Specifies the type of the resource.

tagsobject

Contains resource tags defined as key/value pairs.

Response

Success. This response is returned for an update web service operation. 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.