Skip to main content

internal_networks_static_route_bfd_administrative_states

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

Overview

Nameinternal_networks_static_route_bfd_administrative_states
TypeResource
Idazure.managed_network_fabric.internal_networks_static_route_bfd_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:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, l3IsolationDomainName, internalNetworkNameUpdate Static Route BFD administrative state for internalNetwork.

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
internalNetworkNamestringName of the Internal Network.
l3IsolationDomainNamestringName of the L3 Isolation Domain.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

Update Static Route BFD administrative state for internalNetwork.

EXEC azure.managed_network_fabric.internal_networks_static_route_bfd_administrative_states.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@l3IsolationDomainName='{{ l3IsolationDomainName }}' --required,
@internalNetworkName='{{ internalNetworkName }}' --required
@@json=
'{
"state": "{{ state }}",
"resourceIds": "{{ resourceIds }}"
}'
;