network_fabrics_workload_management_bfd_configurations
Creates, updates, deletes, gets or lists a network_fabrics_workload_management_bfd_configurations
resource.
Overview
Name | network_fabrics_workload_management_bfd_configurations |
Type | Resource |
Id | azure.managed_network_fabric.network_fabrics_workload_management_bfd_configurations |
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 , networkFabricName | Updates the Workload Management BFD Configuration of the underlying resources in the given Network Fabric instance. |
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 |
---|---|---|
networkFabricName | string | Name of the Network Fabric. |
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
Updates the Workload Management BFD Configuration of the underlying resources in the given Network Fabric instance.
EXEC azure.managed_network_fabric.network_fabrics_workload_management_bfd_configurations.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@networkFabricName='{{ networkFabricName }}' --required
@@json=
'{
"state": "{{ state }}",
"resourceIds": "{{ resourceIds }}"
}'
;