ThrottlingMetricType Struct

Definition

The ThrottlingMetricType.

public readonly struct ThrottlingMetricType : IEquatable<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType>
type ThrottlingMetricType = struct
Public Structure ThrottlingMetricType
Implements IEquatable(Of ThrottlingMetricType)
Inheritance
ThrottlingMetricType
Implements

Constructors

ThrottlingMetricType(String)

Initializes a new instance of ThrottlingMetricType.

Properties

NotSpecified

NotSpecified.

NumberOfRequests

NumberOfRequests.

NumberOfResources

NumberOfResources.

Methods

Equals(ThrottlingMetricType)

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(ThrottlingMetricType, ThrottlingMetricType)

Determines if two ThrottlingMetricType values are the same.

Implicit(String to ThrottlingMetricType)

Converts a string to a ThrottlingMetricType.

Inequality(ThrottlingMetricType, ThrottlingMetricType)

Determines if two ThrottlingMetricType values are not the same.

Applies to