SelfHelpManager Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. SelfHelpManager
- com.
public final class SelfHelpManager
Entry point to SelfHelpManager. Help RP provider.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Self |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Self Help service API entry point. |
|
static
Self |
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 Self |
| Diagnostics |
diagnostics()
Gets the resource collection API of Diagnostics. |
|
Discovery |
discoverySolutions()
Gets the resource collection API of Discovery |
| 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:
Returns:
authenticate
public static SelfHelpManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Self Help service API entry point.
Parameters:
Returns:
configure
public static SelfHelpManager.Configurable configure()
Gets a Configurable instance that can be used to create SelfHelpManager with optional configuration.
Returns:
diagnostics
public Diagnostics diagnostics()
Gets the resource collection API of Diagnostics. It manages DiagnosticResource.
Returns:
discoverySolutions
public DiscoverySolutions discoverySolutions()
Gets the resource collection API of DiscoverySolutions.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public HelpRP serviceClient()
Returns: