Share via


FrontDoorSecretCollection.CreateOrUpdate 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> CreateOrUpdate (Azure.WaitUntil waitUntil, string secretName, Azure.ResourceManager.Cdn.FrontDoorSecretData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.FrontDoorSecretData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorSecretResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.FrontDoorSecretData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorSecretResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, secretName As String, 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.

secretName
String

Name of the Secret under the profile.

data
FrontDoorSecretData

The Secret properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

secretName or data is null.

Applies to