ManagementPartnerExtensions Class
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.
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.
|
GetOperationsAsync(TenantResource, CancellationToken) |
List all the operations.
|
GetPartnerResponse(TenantResource, String, CancellationToken) |
Get the management partner using the partnerId, objectId and tenantId.
|
GetPartnerResponseAsync(TenantResource, String, CancellationToken) |
Get the management partner using the partnerId, objectId and tenantId.
|
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
Azure SDK for .NET