Freigeben über


WebAppsOperationsExtensions.UpdateScmAllowedAsync Methode

Definition

Updates, ob Anmeldeinformationen für die Benutzerveröffentlichung auf der Website zulässig sind oder nicht.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity> UpdateScmAllowedAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity csmPublishingAccessPoliciesEntity, System.Threading.CancellationToken cancellationToken = default);
static member UpdateScmAllowedAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity>
<Extension()>
Public Function UpdateScmAllowedAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, csmPublishingAccessPoliciesEntity As CsmPublishingCredentialsPoliciesEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CsmPublishingCredentialsPoliciesEntity)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

csmPublishingAccessPoliciesEntity
CsmPublishingCredentialsPoliciesEntity
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Updates, ob Anmeldeinformationen zum Veröffentlichen von Benutzern auf der Website zulässig sind oder nicht.

Gilt für: