ApiCenterExtensions 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.ApiCenter.
public static class ApiCenterExtensions
type ApiCenterExtensions = class
Public Module ApiCenterExtensions
- Inheritance
-
ApiCenterExtensions
Methods
GetApiCenterService(ResourceGroupResource, String, CancellationToken) |
Get service
|
GetApiCenterServiceAsync(ResourceGroupResource, String, CancellationToken) |
Get service
|
GetApiCenterServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApiCenterServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ApiCenterServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetApiCenterServiceResource(ResourceIdentifier) instead. |
GetApiCenterServices(ResourceGroupResource) |
Gets a collection of ApiCenterServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetApiCenterServices() instead. |
GetApiCenterServices(SubscriptionResource, CancellationToken) |
Lists services within an Azure subscription.
|
GetApiCenterServicesAsync(SubscriptionResource, CancellationToken) |
Lists services within an Azure subscription.
|
Applies to
Azure SDK for .NET