Share via


WebSiteFtpPublishingCredentialsPolicyResource.CreateOrUpdate Method

Definition

Description for Updates whether FTP is allowed on the site or not.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/basicPublishingCredentialsPolicies/ftp
  • Operation Id: WebApps_UpdateFtpAllowed
  • Default Api Version: 2021-02-01
  • Resource: WebSiteFtpPublishingCredentialsPolicyResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.CsmPublishingCredentialsPoliciesEntityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppService.CsmPublishingCredentialsPoliciesEntityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppService.CsmPublishingCredentialsPoliciesEntityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As CsmPublishingCredentialsPoliciesEntityData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WebSiteFtpPublishingCredentialsPolicyResource)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to