azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth"
name: "CacheHealth"
nameWithType: "CacheHealth"
summary: "An indication of Cache health."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **CacheHealth**"
constructors:
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.CacheHealth()"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.CacheHealth()"
name: "CacheHealth()"
nameWithType: "CacheHealth.CacheHealth()"
syntax: "public CacheHealth()"
methods:
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.state()"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.state()"
name: "state()"
nameWithType: "CacheHealth.state()"
summary: "Get list of Cache health states."
syntax: "public HealthStateType state()"
desc: "Get list of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'."
returns:
description: "the state value"
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.HealthStateType?alt=com.microsoft.azure.management.storagecache.v2020_03_01.HealthStateType&text=HealthStateType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.statusDescription()"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.statusDescription()"
name: "statusDescription()"
nameWithType: "CacheHealth.statusDescription()"
summary: "Get describes explanation of state."
syntax: "public String statusDescription()"
desc: "Get describes explanation of state."
returns:
description: "the statusDescription value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.withState(com.microsoft.azure.management.storagecache.v2020_03_01.HealthStateType)"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.withState(HealthStateType state)"
name: "withState(HealthStateType state)"
nameWithType: "CacheHealth.withState(HealthStateType state)"
summary: "Set list of Cache health states."
parameters:
- description: "the state value to set"
name: "state"
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.HealthStateType?alt=com.microsoft.azure.management.storagecache.v2020_03_01.HealthStateType&text=HealthStateType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CacheHealth withState(HealthStateType state)"
desc: "Set list of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'."
returns:
description: "the CacheHealth object itself."
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth?alt=com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth&text=CacheHealth\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.withStatusDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth.withStatusDescription(String statusDescription)"
name: "withStatusDescription(String statusDescription)"
nameWithType: "CacheHealth.withStatusDescription(String statusDescription)"
summary: "Set describes explanation of state."
parameters:
- description: "the statusDescription value to set"
name: "statusDescription"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CacheHealth withStatusDescription(String statusDescription)"
desc: "Set describes explanation of state."
returns:
description: "the CacheHealth object itself."
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth?alt=com.microsoft.azure.management.storagecache.v2020_03_01.CacheHealth&text=CacheHealth\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An indication of Cache health. Gives more information about health than just that related to provisioning."
metadata: {}
package: "com.microsoft.azure.management.storagecache.v2020_03_01"
artifact: com.microsoft.azure.storagecache.v2020_03_01:azure-mgmt-storagecache:1.0.0-beta