DependencyMapExtensions Class

Definition

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

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

Methods

Name Description
GetDependencyMap(ResourceGroupResource, String, CancellationToken)

Get a MapsResource <item> Mocking. To mock this method, please mock GetDependencyMap(String, CancellationToken) instead. </item>

GetDependencyMapAsync(ResourceGroupResource, String, CancellationToken)

Get a MapsResource <item> Mocking. To mock this method, please mock GetDependencyMapAsync(String, CancellationToken) instead. </item>

GetDependencyMapDiscoverySourceResource(ArmClient, ResourceIdentifier)

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

GetDependencyMapResource(ArmClient, ResourceIdentifier)

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

GetDependencyMaps(ResourceGroupResource)

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

GetDependencyMaps(SubscriptionResource, CancellationToken)

List MapsResource resources by subscription ID <item> Mocking. To mock this method, please mock GetDependencyMaps(CancellationToken) instead. </item>

GetDependencyMapsAsync(SubscriptionResource, CancellationToken)

List MapsResource resources by subscription ID <item> Mocking. To mock this method, please mock GetDependencyMapsAsync(CancellationToken) instead. </item>

Applies to