Megosztás a következőn keresztül:


StaticSiteResource.DeleteUser(String, String, CancellationToken) Method

Definition

Description for Deletes the user entry from the static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/users/{userid}
  • Operation Id: StaticSites_DeleteStaticSiteUser
  • Default Api Version: 2021-02-01
public virtual Azure.Response DeleteUser (string authprovider, string userid, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteUser : string * string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteUser : string * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteUser (authprovider As String, userid As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

authprovider
String

The auth provider for this user.

userid
String

The user id of the user.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

authprovider or userid is an empty string, and was expected to be non-empty.

authprovider or userid is null.

Applies to