Uses of Class
com.azure.resourcemanager.apimanagement.models.SamplingType
Packages that use SamplingType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SamplingType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as SamplingTypeModifier and TypeFieldDescriptionstatic final SamplingTypeSamplingType.FIXEDStatic value fixed for SamplingType.Methods in com.azure.resourcemanager.apimanagement.models that return SamplingTypeModifier and TypeMethodDescriptionstatic SamplingTypeSamplingType.fromString(String name) Creates or finds a SamplingType from its string representation.SamplingSettings.samplingType()Get the samplingType property: Sampling type.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SamplingTypeModifier and TypeMethodDescriptionstatic Collection<SamplingType> SamplingType.values()Gets known SamplingType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SamplingTypeModifier and TypeMethodDescriptionSamplingSettings.withSamplingType(SamplingType samplingType) Set the samplingType property: Sampling type.