Freigeben über


ManagementPartnerExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ManagementPartner.

public static class ManagementPartnerExtensions
type ManagementPartnerExtensions = class
Public Module ManagementPartnerExtensions
Inheritance
ManagementPartnerExtensions

Methods

GetOperations(TenantResource, CancellationToken)

List all the operations.

  • Request Path: /providers/Microsoft.ManagementPartner/operations
  • Operation Id: Operation_List
  • Default Api Version: 2018-02-01
<item>MockingTo mock this method, please mock GetOperations(CancellationToken) instead.</item>
GetOperationsAsync(TenantResource, CancellationToken)

List all the operations.

  • Request Path: /providers/Microsoft.ManagementPartner/operations
  • Operation Id: Operation_List
  • Default Api Version: 2018-02-01
<item>MockingTo mock this method, please mock GetOperations(CancellationToken) instead.</item>
GetPartnerResponse(TenantResource, String, CancellationToken)

Get the management partner using the partnerId, objectId and tenantId.

  • Request Path: /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • Operation Id: Partner_Get
  • Default Api Version: 2018-02-01
  • Resource: PartnerResponseResource
<item>MockingTo mock this method, please mock GetPartnerResponse(String, CancellationToken) instead.</item>
GetPartnerResponseAsync(TenantResource, String, CancellationToken)

Get the management partner using the partnerId, objectId and tenantId.

  • Request Path: /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • Operation Id: Partner_Get
  • Default Api Version: 2018-02-01
  • Resource: PartnerResponseResource
<item>MockingTo mock this method, please mock GetPartnerResponseAsync(String, CancellationToken) instead.</item>
GetPartnerResponseResource(ArmClient, ResourceIdentifier)

Gets an object representing a PartnerResponseResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a PartnerResponseResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetPartnerResponseResource(ResourceIdentifier) instead.</item>

GetPartnerResponses(TenantResource)

Gets a collection of PartnerResponseResources in the TenantResource. <item>MockingTo mock this method, please mock GetPartnerResponses() instead.</item>

Applies to