OrbitalContactProfileResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalContactProfileResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags orbitalSpacecraftTags, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Orbital.Models.OrbitalSpacecraftTags * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalContactProfileResource>
Public Overridable Function Update (waitUntil As WaitUntil, orbitalSpacecraftTags As OrbitalSpacecraftTags, Optional cancellationToken As CancellationToken = Nothing) As 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