DependencyMapManager Class

  • java.lang.Object
    • com.azure.resourcemanager.dependencymap.DependencyMapManager

public final class DependencyMapManager

Entry point to DependencyMapManager. Microsoft.DependencyMap management service.

Method Summary

Modifier and Type Method and Description
static DependencyMapManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Dependency Map service API entry point.

static DependencyMapManager 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 DependencyMapManager with optional configuration.

DiscoverySources discoverySources()

Gets the resource collection API of DiscoverySources.

Maps maps()

Gets the resource collection API of Maps.

Operations operations()

Gets the resource collection API of Operations.

DependencyMapManagementClient serviceClient()

Gets wrapped service client DependencyMapManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Dependency Map service API instance.

authenticate

public static DependencyMapManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Dependency Map service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Dependency Map service API instance.

configure

public static DependencyMapManager.Configurable configure()

Gets a Configurable instance that can be used to create DependencyMapManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

discoverySources

public DiscoverySources discoverySources()

Gets the resource collection API of DiscoverySources. It manages DiscoverySourceResource.

Returns:

Resource collection API of DiscoverySources.

maps

public Maps maps()

Gets the resource collection API of Maps. It manages MapsResource.

Returns:

Resource collection API of Maps.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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:

Wrapped service client DependencyMapManagementClient.

Applies to