MetricAvailabilily Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. MetricAvailabilily
- com.
public class MetricAvailabilily
Metric availability and retention.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
retention()
Get the retention value. |
String |
timeGrain()
Get the timeGrain value. |
Metric |
withRetention(String retention)
Set the retention value. |
Metric |
withTimeGrain(String timeGrain)
Set the timeGrain value. |
Method Details
retention
public String retention()
Get the retention value.
Returns:
the retention value
timeGrain
public String timeGrain()
Get the timeGrain value.
Returns:
the timeGrain value
withRetention
public MetricAvailabilily withRetention(String retention)
Set the retention value.
Parameters:
retention
- the retention value to set
Returns:
the MetricAvailabilily object itself.
withTimeGrain
public MetricAvailabilily withTimeGrain(String timeGrain)
Set the timeGrain value.
Parameters:
timeGrain
- the timeGrain value to set
Returns:
the MetricAvailabilily object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java