Uses of Class
com.azure.resourcemanager.network.models.Availability
-
Packages that use Availability Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Availability in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Availability Modifier and Type Method Description AvailabilityAvailability. withBlobDuration(String blobDuration)Set the blobDuration property: Duration of the availability blob.AvailabilityAvailability. withRetention(String retention)Set the retention property: The retention of the availability.AvailabilityAvailability. withTimeGrain(String timeGrain)Set the timeGrain property: The time grain of the availability.Methods in com.azure.resourcemanager.network.models that return types with arguments of type Availability Modifier and Type Method Description List<Availability>MetricSpecification. availabilities()Get the availabilities property: List of availability.Method parameters in com.azure.resourcemanager.network.models with type arguments of type Availability Modifier and Type Method Description MetricSpecificationMetricSpecification. withAvailabilities(List<Availability> availabilities)Set the availabilities property: List of availability.
-