Skip to main content

outbound_rules

Creates, updates, deletes, gets or lists an outbound_rules resource.

Overview

Nameoutbound_rules
TypeResource
Idazure.cognitive_services.outbound_rules

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
postexecresource_group_name, account_name, managed_network_name, subscription_idThe POST API for updating the outbound rules of the managed network associated with the cognitive services account. The POST API for updating the outbound rules of the managed network associated with the 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

The POST API for updating the outbound rules of the managed network associated with the cognitive services account. The POST API for updating the outbound rules of the managed network associated with the cognitive services account.

EXEC azure.cognitive_services.outbound_rules.post 
@resource_group_name='{{ resource_group_name }}' --required,
@account_name='{{ account_name }}' --required,
@managed_network_name='{{ managed_network_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"properties": "{{ properties }}"
}'
;