Share via


NetworkFabricResource.UpdateInfraManagementBfdConfiguration Method

Definition

Updates the Infra Management BFD Configuration of the underlying resources in the given Network Fabric instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/updateInfraManagementBfdConfiguration
  • Operation Id: NetworkFabrics_UpdateInfraManagementBfdConfiguration
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult> UpdateInfraManagementBfdConfiguration (Azure.WaitUntil waitUntil, Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateInfraManagementBfdConfiguration : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult>
override this.UpdateInfraManagementBfdConfiguration : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult>
Public Overridable Function UpdateInfraManagementBfdConfiguration (waitUntil As WaitUntil, content As UpdateAdministrativeStateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StateUpdateCommonPostActionResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
UpdateAdministrativeStateContent

Request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to