SamplingSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SamplingSettings() |
Initializes a new instance of the SamplingSettings class. |
SamplingSettings(String, Nullable<Double>) |
Initializes a new instance of the SamplingSettings class. |
SamplingSettings()
Initializes a new instance of the SamplingSettings class.
public SamplingSettings ();
Public Sub New ()
Applies to
SamplingSettings(String, Nullable<Double>)
Initializes a new instance of the SamplingSettings class.
public SamplingSettings (string samplingType = default, double? percentage = default);
new Microsoft.Azure.Management.ApiManagement.Models.SamplingSettings : string * Nullable<double> -> Microsoft.Azure.Management.ApiManagement.Models.SamplingSettings
Public Sub New (Optional samplingType As String = Nothing, Optional percentage As Nullable(Of Double) = Nothing)
Parameters
- samplingType
- String
Sampling type. Possible values include: 'fixed'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET