public class ResourceMetricProperty extends Object
| Constructor and Description |
|---|
ResourceMetricProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Get the key value.
|
String |
value()
Get the value value.
|
ResourceMetricProperty |
withKey(String key)
Set the key value.
|
ResourceMetricProperty |
withValue(String value)
Set the value value.
|
public String key()
public ResourceMetricProperty withKey(String key)
key - the key value to setpublic String value()
public ResourceMetricProperty withValue(String value)
value - the value value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/