OrbitalSpacecraftCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a spacecraft resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/spacecrafts/{spacecraftName}
  • Operation Id: Spacecrafts_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string spacecraftName, Azure.ResourceManager.Orbital.OrbitalSpacecraftData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Orbital.OrbitalSpacecraftData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Orbital.OrbitalSpacecraftData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Orbital.OrbitalSpacecraftResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, spacecraftName As String, data As OrbitalSpacecraftData, 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.

spacecraftName
String

Spacecraft ID.

data
OrbitalSpacecraftData

The parameters to provide for the created spacecraft.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

spacecraftName is an empty string, and was expected to be non-empty.

spacecraftName or data is null.

Applies to