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

70 строки
3.1 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.ResourceMetricProperty.key()
name: key()
nameWithType: ResourceMetricProperty.key()
returns:
description: <p>the key value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the key value.</p>
<p></p>
syntax: public String key()
uid: com.microsoft.azure.management.appservice.ResourceMetricProperty.key()
- fullName: com.microsoft.azure.management.appservice.ResourceMetricProperty.value()
name: value()
nameWithType: ResourceMetricProperty.value()
returns:
description: <p>the value value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the value value.</p>
<p></p>
syntax: public String value()
uid: com.microsoft.azure.management.appservice.ResourceMetricProperty.value()
- fullName: com.microsoft.azure.management.appservice.ResourceMetricProperty.withKey(String key)
name: withKey(String key)
nameWithType: ResourceMetricProperty.withKey(String key)
parameters:
- description: <p>the key value to set </p>
name: key
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ResourceMetricProperty object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.ResourceMetricProperty?alt=com.microsoft.azure.management.appservice.ResourceMetricProperty&text=ResourceMetricProperty" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the key value.</p>
<p></p>
syntax: public ResourceMetricProperty withKey(String key)
uid: com.microsoft.azure.management.appservice.ResourceMetricProperty.withKey(String)
- fullName: com.microsoft.azure.management.appservice.ResourceMetricProperty.withValue(String value)
name: withValue(String value)
nameWithType: ResourceMetricProperty.withValue(String value)
parameters:
- description: <p>the value value to set </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ResourceMetricProperty object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.ResourceMetricProperty?alt=com.microsoft.azure.management.appservice.ResourceMetricProperty&text=ResourceMetricProperty" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the value value.</p>
<p></p>
syntax: public ResourceMetricProperty withValue(String value)
uid: com.microsoft.azure.management.appservice.ResourceMetricProperty.withValue(String)
nameWithType: ResourceMetricProperty
syntax: public class ResourceMetricProperty
type: class
uid: com.microsoft.azure.management.appservice.ResourceMetricProperty
fullName: com.microsoft.azure.management.appservice.ResourceMetricProperty
name: ResourceMetricProperty
package: com.microsoft.azure.management.appservice
summary: <p>Resource metric property. </p>
metadata: {}