Edit

Share via


ExtensionManagementHttpClient.UninstallExtensionByNameAsync Method

Definition

[Preview API] Uninstall the specified extension from the account / project collection.

public System.Threading.Tasks.Task UninstallExtensionByNameAsync (string publisherName, string extensionName, string reason = null, string reasonCode = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.UninstallExtensionByNameAsync : string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

publisherName
String

Name of the publisher. Example: "fabrikam".

extensionName
String

Name of the extension. Example: "ops-tools".

reason
String
reasonCode
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to