StaticSiteResource.DeleteUser(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2023-12-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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET