azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

108 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager"
name: "ResourceHealthManager"
nameWithType: "ResourceHealthManager"
summary: "Entry point to Resource<wbr>Health<wbr>Manager."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ResourceHealthManager**"
methods:
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "ResourceHealthManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Resource<wbr>Health service API entry point."
modifiers:
- "static"
parameters:
- description: "the credential to use."
name: "credential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
- description: "the Azure profile for client."
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ResourceHealthManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of ResourceHealth service API entry point."
returns:
description: "the ResourceHealth service API instance."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.ResourceHealthManager?alt=com.azure.resourcemanager.resourcehealth.ResourceHealthManager&text=ResourceHealthManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
nameWithType: "ResourceHealthManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
summary: "Creates an instance of Resource<wbr>Health service API entry point."
modifiers:
- "static"
parameters:
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
name: "httpPipeline"
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
- description: "the Azure profile for client."
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ResourceHealthManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
desc: "Creates an instance of ResourceHealth service API entry point."
returns:
description: "the ResourceHealth service API instance."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.ResourceHealthManager?alt=com.azure.resourcemanager.resourcehealth.ResourceHealthManager&text=ResourceHealthManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.availabilityStatuses()"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.availabilityStatuses()"
name: "availabilityStatuses()"
nameWithType: "ResourceHealthManager.availabilityStatuses()"
summary: "Gets the resource collection API of Availability<wbr>Statuses."
syntax: "public AvailabilityStatuses availabilityStatuses()"
desc: "Gets the resource collection API of AvailabilityStatuses."
returns:
description: "Resource collection API of AvailabilityStatuses."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.models.AvailabilityStatuses?alt=com.azure.resourcemanager.resourcehealth.models.AvailabilityStatuses&text=AvailabilityStatuses\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.configure()"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.configure()"
name: "configure()"
nameWithType: "ResourceHealthManager.configure()"
summary: "Gets a Configurable instance that can be used to create Resource<wbr>Health<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static ResourceHealthManager.Configurable configure()"
desc: "Gets a Configurable instance that can be used to create ResourceHealthManager with optional configuration."
returns:
description: "the Configurable instance allowing configurations."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.ResourceHealthManager.Configurable?alt=com.azure.resourcemanager.resourcehealth.ResourceHealthManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.operations()"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.operations()"
name: "operations()"
nameWithType: "ResourceHealthManager.operations()"
summary: "Gets the resource collection API of Operations."
syntax: "public Operations operations()"
desc: "Gets the resource collection API of Operations."
returns:
description: "Resource collection API of Operations."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.models.Operations?alt=com.azure.resourcemanager.resourcehealth.models.Operations&text=Operations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.serviceClient()"
fullName: "com.azure.resourcemanager.resourcehealth.ResourceHealthManager.serviceClient()"
name: "serviceClient()"
nameWithType: "ResourceHealthManager.serviceClient()"
syntax: "public MicrosoftResourceHealth serviceClient()"
returns:
description: "Wrapped service client MicrosoftResourceHealth providing direct access to the underlying auto-generated\n API implementation, based on Azure REST API."
type: "<xref href=\"com.azure.resourcemanager.resourcehealth.fluent.MicrosoftResourceHealth?alt=com.azure.resourcemanager.resourcehealth.fluent.MicrosoftResourceHealth&text=MicrosoftResourceHealth\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to ResourceHealthManager. The Resource Health Client."
metadata: {}
package: "com.azure.resourcemanager.resourcehealth"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcehealth:1.0.0