MapsExtensions 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.Maps.
public static class MapsExtensions
type MapsExtensions = class
Public Module MapsExtensions
- Inheritance
-
MapsExtensions
Methods
GetMapsAccount(ResourceGroupResource, String, CancellationToken) |
Get a Maps Account.
|
GetMapsAccountAsync(ResourceGroupResource, String, CancellationToken) |
Get a Maps Account.
|
GetMapsAccountResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MapsAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a MapsAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMapsAccountResource(ResourceIdentifier) instead. |
GetMapsAccounts(ResourceGroupResource) |
Gets a collection of MapsAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetMapsAccounts() instead. |
GetMapsAccounts(SubscriptionResource, CancellationToken) |
Get all Maps Accounts in a Subscription
|
GetMapsAccountsAsync(SubscriptionResource, CancellationToken) |
Get all Maps Accounts in a Subscription
|
GetMapsCreatorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MapsCreatorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MapsCreatorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMapsCreatorResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET