managed_network_provisions
Creates, updates, deletes, gets or lists a managed_network_provisions resource.
Overview
| Name | managed_network_provisions |
| Type | Resource |
| Id | azure.cognitive_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 | resource_group_name, account_name, managed_network_name, subscription_id | Provisions the managed network of a cognitive services account. Provisions the managed network of a cognitive services account. |
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 |
|---|---|---|
account_name | string | The name of Cognitive Services account. Required. |
managed_network_name | string | Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
Lifecycle Methods
- provision_managed_network
Provisions the managed network of a cognitive services account. Provisions the managed network of a cognitive services account.
EXEC azure.cognitive_services.managed_network_provisions.provision_managed_network
@resource_group_name='{{ resource_group_name }}' --required,
@account_name='{{ account_name }}' --required,
@managed_network_name='{{ managed_network_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;