Freigeben über


WebAppsOperationsExtensions.UpdateScmAllowedSlotAsync 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> UpdateScmAllowedSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity csmPublishingAccessPoliciesEntity, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateScmAllowedSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity>
<Extension()>
Public Function UpdateScmAllowedSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, csmPublishingAccessPoliciesEntity As CsmPublishingCredentialsPoliciesEntity, slot As String, 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
slot
String
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: