DependencyMapManager Class
- java.
lang. Object - com.
azure. resourcemanager. dependencymap. DependencyMapManager
- com.
public final class DependencyMapManager
Entry point to DependencyMapManager. Microsoft.DependencyMap management service.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dependency |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dependency Map service API entry point. |
|
static
Dependency |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dependency Map service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Dependency |
|
Discovery |
discoverySources()
Gets the resource collection API of Discovery |
| Maps |
maps()
Gets the resource collection API of Maps. |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Dependency |
serviceClient()
Gets wrapped service client Dependency |
Methods inherited from java.lang.Object
Method Details
authenticate
public static DependencyMapManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dependency Map service API entry point.
Parameters:
Returns:
authenticate
public static DependencyMapManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dependency Map service API entry point.
Parameters:
Returns:
configure
public static DependencyMapManager.Configurable configure()
Gets a Configurable instance that can be used to create DependencyMapManager with optional configuration.
Returns:
discoverySources
public DiscoverySources discoverySources()
Gets the resource collection API of DiscoverySources. It manages DiscoverySourceResource.
Returns:
maps
public Maps maps()
Gets the resource collection API of Maps. It manages MapsResource.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public DependencyMapManagementClient serviceClient()
Gets wrapped service client DependencyMapManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: