Share via


PartnerOperationsExtensions.Delete(IPartnerOperations, String) Method

Definition

Delete the management partner for the objectId and tenantId.

public static void Delete (this Microsoft.Azure.Management.ManagementPartner.IPartnerOperations operations, string partnerId);
static member Delete : Microsoft.Azure.Management.ManagementPartner.IPartnerOperations * string -> unit
<Extension()>
Public Sub Delete (operations As IPartnerOperations, partnerId As String)

Parameters

operations
IPartnerOperations

The operations group for this extension method.

partnerId
String

Id of the Partner

Applies to