Bagikan melalui


SphereProductResource.Update Method

Definition

Update a Product. '.default' and '.unassigned' are system defined values and cannot be used for product name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}
  • Operation Id: Products_Update
  • Default Api Version: 2024-04-01
  • Resource: SphereProductResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sphere.SphereProductResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sphere.Models.SphereProductPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.SphereProductPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sphere.SphereProductResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.SphereProductPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sphere.SphereProductResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As SphereProductPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SphereProductResource)

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
SphereProductPatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to