Share via


SamplingType Struct

Definition

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