共用方式為


StaticSitesOperationsExtensions.DeleteStaticSiteUserAsync Method

Definition

Deletes the user entry from the static site.

public static System.Threading.Tasks.Task DeleteStaticSiteUserAsync (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string resourceGroupName, string name, string authprovider, string userid, System.Threading.CancellationToken cancellationToken = default);
static member DeleteStaticSiteUserAsync : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteStaticSiteUserAsync (operations As IStaticSitesOperations, resourceGroupName As String, name As String, authprovider As String, userid As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IStaticSitesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the staticsite.

authprovider
String

The auth provider for this user.

userid
String

The user id of the user.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Deletes the user entry from the static site.

Applies to