Azure.ResourceManager.DependencyMap Namespace
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.
Classes
AzureResourceManagerDependencyMapContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see '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 class representing the DependencyMap data model. 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 class representing the DependencyMapDiscoverySource data model. 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 GetDependencyMapDiscoverySourceResource method. Otherwise you can get one from its parent resource DependencyMapResource using the GetDependencyMapDiscoverySource 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 GetDependencyMapResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDependencyMap method. |