Delen via


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
GetOperationsAsync(TenantResource, CancellationToken)

List all the operations.

  • Request Path: /providers/Microsoft.ManagementPartner/operations
  • Operation Id: Operation_List
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
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
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. MockingTo mock this method, please mock GetPartnerResponseResource(ResourceIdentifier) instead.

GetPartnerResponses(TenantResource)

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

Applies to