TrafficRegionCategory Struct

Definition

The TrafficRegionCategory.

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

Constructors

TrafficRegionCategory(String)

Initializes a new instance of TrafficRegionCategory.

Properties

Canary

Canary.

HighTraffic

HighTraffic.

LowTraffic

LowTraffic.

MediumTraffic

MediumTraffic.

None

None.

NotSpecified

NotSpecified.

RestOfTheWorldGroupOne

RestOfTheWorldGroupOne.

RestOfTheWorldGroupTwo

RestOfTheWorldGroupTwo.

Methods

Equals(TrafficRegionCategory)

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

Determines if two TrafficRegionCategory values are the same.

Implicit(String to TrafficRegionCategory)

Converts a string to a TrafficRegionCategory.

Inequality(TrafficRegionCategory, TrafficRegionCategory)

Determines if two TrafficRegionCategory values are not the same.

Applies to