managed_network_provisions
Creates, updates, deletes, gets or lists a managed_network_provisions
resource.
Overview
Name | managed_network_provisions |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
provision_managed_network | exec | subscriptionId , 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.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
workspaceName | string | Azure Machine Learning Workspace Name |
Lifecycle Methods
- provision_managed_network
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 }}
}'
;