OrbitalContactProfileResource.UpdateAsync Method

Definition

Updates the specified contact profile tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/contactProfiles/{contactProfileName}
  • Operation Id: ContactProfiles_UpdateTags
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>> 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.OrbitalContactProfileResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, orbitalSpacecraftTags As OrbitalSpacecraftTags, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of OrbitalContactProfileResource))

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 contact profile tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

orbitalSpacecraftTags is null.

Applies to