Skip to main content

managed_network_provisions

Creates, updates, deletes, gets or lists a managed_network_provisions resource.

Overview

Namemanaged_network_provisions
TypeResource
Idazure.ml_services.managed_network_provisions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
provision_managed_networkexecsubscriptionId, resourceGroupName, workspaceName

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringAzure Machine Learning Workspace Name

Lifecycle Methods

The request was successful; the request was well-formed and received properly.

EXEC azure.ml_services.managed_network_provisions.provision_managed_network 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required
@@json=
'{
"includeSpark": {{ includeSpark }}
}'
;