Share via


NetworkFabricResource.UpdateWorkloadManagementBfdConfiguration Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/updateWorkloadManagementBfdConfiguration
  • Operation Id: NetworkFabrics_UpdateWorkloadManagementBfdConfiguration
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult> UpdateWorkloadManagementBfdConfiguration (Azure.WaitUntil waitUntil, Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWorkloadManagementBfdConfiguration : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult>
override this.UpdateWorkloadManagementBfdConfiguration : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.UpdateAdministrativeStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult>
Public Overridable Function UpdateWorkloadManagementBfdConfiguration (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