outbound_rules
Creates, updates, deletes, gets or lists an outbound_rules resource.
Overview
| Name | outbound_rules |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
post | exec | resource_group_name, account_name, managed_network_name, subscription_id | 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. |
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
- post
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 }}"
}'
;