Skip to main content

web_services

Overview

Nameweb_services
TypeResource
Idazure.machine_learning.web_services

Fields

NameDatatypeDescription
idstringSpecifies the resource ID.
namestringSpecifies the name of the resource.
locationstringSpecifies the location of the resource.
propertiesobjectThe set of properties specific to the Azure ML web service resource.
tagsobjectContains resource tags defined as key/value pairs.
typestringSpecifies the type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, webServiceNameGets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGets the web services in the specified resource group.
list_by_subscription_idSELECTsubscriptionIdGets the web services in the specified subscription.
create_or_updateINSERTresourceGroupName, subscriptionId, webServiceName, data__propertiesCreate 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.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGets the web services in the specified resource group.
_list_by_subscription_idEXECsubscriptionIdGets the web services in the specified subscription.
patchEXECresourceGroupName, subscriptionId, webServiceNameModifies 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.
removeEXECresourceGroupName, subscriptionId, webServiceNameDeletes the specified web service.