Bagikan melalui


FrontDoorSecretResource.Update Method

Definition

Creates a new Secret within the specified profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • Operation Id: FrontDoorSecrets_Create
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorSecretResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorSecretResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Cdn.FrontDoorSecretData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.FrontDoorSecretData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorSecretResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.FrontDoorSecretData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorSecretResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As FrontDoorSecretData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FrontDoorSecretResource)

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.

data
FrontDoorSecretData

The Secret properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to