Availability Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. Availability
- com.
Implements
public final class Availability
implements JsonSerializable<Availability>
Availability of the metric.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
blobDuration()
Get the blob |
| static Availability |
fromJson(JsonReader jsonReader)
Reads an instance of Availability from the Json |
| String |
retention()
Get the retention property: The retention of the availability. |
| String |
timeGrain()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
blobDuration
public String blobDuration()
Get the blobDuration property: Duration of the availability blob.
Returns:
fromJson
public static Availability fromJson(JsonReader jsonReader)
Reads an instance of Availability from the JsonReader.
Parameters:
Returns:
Throws:
retention
public String retention()
Get the retention property: The retention of the availability.
Returns:
timeGrain
public String timeGrain()
Get the timeGrain property: The time grain of the availability.
Returns:
toJson
validate
public void validate()
Validates the instance.