SelfHelpManager Class

  • java.lang.Object
    • com.azure.resourcemanager.selfhelp.SelfHelpManager

public final class SelfHelpManager

Entry point to SelfHelpManager. Help RP provider.

Method Summary

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

Creates an instance of Self Help service API entry point.

static SelfHelpManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Self Help service API entry point.

static Configurable configure()

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

Diagnostics diagnostics()

Gets the resource collection API of Diagnostics.

DiscoverySolutions discoverySolutions()

Gets the resource collection API of DiscoverySolutions.

Operations operations()

Gets the resource collection API of Operations.

HelpRP serviceClient()

Methods inherited from java.lang.Object

Method Details

authenticate

public static SelfHelpManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Self Help service API entry point.

Parameters:

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

Returns:

the Self Help service API instance.

authenticate

public static SelfHelpManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Self Help service API entry point.

Parameters:

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

Returns:

the Self Help service API instance.

configure

public static SelfHelpManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

diagnostics

public Diagnostics diagnostics()

Gets the resource collection API of Diagnostics. It manages DiagnosticResource.

Returns:

Resource collection API of Diagnostics.

discoverySolutions

public DiscoverySolutions discoverySolutions()

Gets the resource collection API of DiscoverySolutions.

Returns:

Resource collection API of DiscoverySolutions.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public HelpRP serviceClient()

Returns:

Wrapped service client HelpRP providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Applies to