Azure.ResourceManager.DependencyMap Namespace

Classes

Name Description
AzureResourceManagerDependencyMapContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

DependencyMapCollection

A class representing a collection of DependencyMapResource and their operations. Each DependencyMapResource in the collection will belong to the same instance of ResourceGroupResource. To get a DependencyMapCollection instance call the GetDependencyMaps method from an instance of ResourceGroupResource.

DependencyMapData

A Maps resource.

DependencyMapDiscoverySourceCollection

A class representing a collection of DependencyMapDiscoverySourceResource and their operations. Each DependencyMapDiscoverySourceResource in the collection will belong to the same instance of DependencyMapResource. To get a DependencyMapDiscoverySourceCollection instance call the GetDependencyMapDiscoverySources method from an instance of DependencyMapResource.

DependencyMapDiscoverySourceData

A Discovery Source resource.

DependencyMapDiscoverySourceResource

A class representing a DependencyMapDiscoverySource along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DependencyMapDiscoverySourceResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource DependencyMapResource using the GetDependencyMapDiscoverySources method.

DependencyMapExtensions

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

DependencyMapResource

A class representing a DependencyMap along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DependencyMapResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDependencyMaps method.