Skip to main content

managed_network_provisions

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

Overview

Namemanaged_network_provisions
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
provision_managed_networkexecresource_group_name, account_name, managed_network_name, subscription_idProvisions 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.

NameDatatypeDescription
account_namestringThe name of Cognitive Services account. Required.
managed_network_namestringName of the managedNetwork associated with the cognitive services account. Only 'default' is supported. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring

Lifecycle Methods

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
;