SamplingType Struct
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.
Sampling type.
public readonly struct SamplingType : IEquatable<Azure.ResourceManager.ApiManagement.Models.SamplingType>
type SamplingType = struct
Public Structure SamplingType
Implements IEquatable(Of SamplingType)
- Inheritance
-
SamplingType
- Implements
Constructors
SamplingType(String) |
Initializes a new instance of SamplingType. |
Properties
Fixed |
Fixed-rate sampling. |
Methods
Equals(SamplingType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SamplingType, SamplingType) |
Determines if two SamplingType values are the same. |
Implicit(String to SamplingType) |
Converts a string to a SamplingType. |
Inequality(SamplingType, SamplingType) |
Determines if two SamplingType values are not the same. |
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