external_networks_administrative_states
Creates, updates, deletes, gets or lists an external_networks_administrative_states
resource.
Overview
Name | external_networks_administrative_states |
Type | Resource |
Id | azure.managed_network_fabric.external_networks_administrative_states |
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 |
---|---|---|---|---|
update | exec | subscriptionId , resourceGroupName , l3IsolationDomainName , externalNetworkName | Executes update operation to enable or disable administrative State for externalNetwork. |
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 |
---|---|---|
externalNetworkName | string | Name of the External Network. |
l3IsolationDomainName | string | Name of the L3 Isolation Domain. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- update
Executes update operation to enable or disable administrative State for externalNetwork.
EXEC azure.managed_network_fabric.external_networks_administrative_states.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@l3IsolationDomainName='{{ l3IsolationDomainName }}' --required,
@externalNetworkName='{{ externalNetworkName }}' --required
@@json=
'{
"state": "{{ state }}",
"resourceIds": "{{ resourceIds }}"
}'
;