Share via


OrbitalSpacecraftResource.UpdateAsync Method

Definition

Updates the specified spacecraft tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}
  • Operation Id: Spacecrafts_UpdateTags
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags orbitalSpacecraftTags, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, orbitalSpacecraftTags As OrbitalSpacecraftTags, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of OrbitalSpacecraftResource))

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.

orbitalSpacecraftTags
OrbitalSpacecraftTags

Parameters supplied to update spacecraft tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

orbitalSpacecraftTags is null.

Applies to