Class ResourceMetricProperty
- java.lang.Object
-
- com.microsoft.azure.management.appservice.ResourceMetricProperty
-
public class ResourceMetricProperty extends Object
Resource metric property.
-
-
Constructor Summary
Constructors Constructor Description ResourceMetricProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey()Get key for resource metric property.Stringvalue()Get value of pair.ResourceMetricPropertywithKey(String key)Set key for resource metric property.ResourceMetricPropertywithValue(String value)Set value of pair.
-
-
-
Method Detail
-
key
public String key()
Get key for resource metric property.- Returns:
- the key value
-
withKey
public ResourceMetricProperty withKey(String key)
Set key for resource metric property.- Parameters:
key- the key value to set- Returns:
- the ResourceMetricProperty object itself.
-
value
public String value()
Get value of pair.- Returns:
- the value value
-
withValue
public ResourceMetricProperty withValue(String value)
Set value of pair.- Parameters:
value- the value value to set- Returns:
- the ResourceMetricProperty object itself.
-
-