NetworkBootstrapDeviceResource.UpdateAsync Method

Definition

Update certain properties of the Network Bootstrap Device resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}
  • Operation Id: NetworkBootstrapDevices_Update
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapDeviceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapDeviceResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkBootstrapDevicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkBootstrapDevicePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapDeviceResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkBootstrapDevicePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapDeviceResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As NetworkBootstrapDevicePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkBootstrapDeviceResource))

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.

patch
NetworkBootstrapDevicePatch

Network Bootstrap Device properties to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to