DependencyMapExtensions 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.DependencyMap.
public static class DependencyMapExtensions
type DependencyMapExtensions = class
Public Module DependencyMapExtensions
- Inheritance
-
DependencyMapExtensions
Methods
GetDependencyMap(ResourceGroupResource, String, CancellationToken) |
Get a MapsResource
|
GetDependencyMapAsync(ResourceGroupResource, String, CancellationToken) |
Get a MapsResource
|
GetDependencyMapDiscoverySourceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DependencyMapDiscoverySourceResource 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 DependencyMapDiscoverySourceResourceResourceIdentifier from its components. <item>MockingTo 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. You can use CreateResourceIdentifier(String, String, String) to create a DependencyMapResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetDependencyMapResource(ResourceIdentifier) instead.</item> |
GetDependencyMaps(ResourceGroupResource) |
Gets a collection of DependencyMapResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetDependencyMaps() instead.</item> |
GetDependencyMaps(SubscriptionResource, CancellationToken) |
List MapsResource resources by subscription ID
|
GetDependencyMapsAsync(SubscriptionResource, CancellationToken) |
List MapsResource resources by subscription ID
|