MapsExtensions Class

Definition

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

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

Methods

Name Description
GetMapsAccount(ResourceGroupResource, String, CancellationToken)

Get a Maps Account. <item> Mocking. To mock this method, please mock GetMapsAccount(String, CancellationToken) instead. </item>

GetMapsAccountAsync(ResourceGroupResource, String, CancellationToken)

Get a Maps Account. <item> Mocking. To mock this method, please mock GetMapsAccountAsync(String, CancellationToken) instead. </item>

GetMapsAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a MapsAccountResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMapsAccountResource(ResourceIdentifier) instead. </item>

GetMapsAccounts(ResourceGroupResource)

Gets a collection of MapsAccounts in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetMapsAccounts() instead. </item>

GetMapsAccounts(SubscriptionResource, CancellationToken)

Get all Maps Accounts in a Subscription <item> Mocking. To mock this method, please mock GetMapsAccounts(CancellationToken) instead. </item>

GetMapsAccountsAsync(SubscriptionResource, CancellationToken)

Get all Maps Accounts in a Subscription <item> Mocking. To mock this method, please mock GetMapsAccountsAsync(CancellationToken) instead. </item>

GetMapsCreatorResource(ArmClient, ResourceIdentifier)

Gets an object representing a MapsCreatorResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMapsCreatorResource(ResourceIdentifier) instead. </item>

GetMapsPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a MapsPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMapsPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetMapsPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a MapsPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMapsPrivateLinkResource(ResourceIdentifier) instead. </item>

Applies to