TrafficRegionCategory 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.
The next traffic region.
public readonly struct TrafficRegionCategory : IEquatable<Azure.ResourceManager.ProviderHub.Models.TrafficRegionCategory>
type TrafficRegionCategory = struct
Public Structure TrafficRegionCategory
Implements IEquatable(Of TrafficRegionCategory)
- Inheritance
-
TrafficRegionCategory
- Implements
Constructors
| Name | Description |
|---|---|
| TrafficRegionCategory(String) |
Initializes a new instance of TrafficRegionCategory. |
Properties
| Name | Description |
|---|---|
| Canary |
Gets the Canary. |
| HighTraffic |
Gets the HighTraffic. |
| LowTraffic |
Gets the LowTraffic. |
| MediumTraffic |
Gets the MediumTraffic. |
| None |
Gets the None. |
| NotSpecified |
Gets the NotSpecified. |
| RestOfTheWorldGroupOne |
Gets the RestOfTheWorldGroupOne. |
| RestOfTheWorldGroupTwo |
Gets the RestOfTheWorldGroupTwo. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(TrafficRegionCategory, TrafficRegionCategory) |
Determines if two TrafficRegionCategory values are the same. |
| Implicit(String to Nullable<TrafficRegionCategory>) | |
| Implicit(String to TrafficRegionCategory) |
Converts a string to a TrafficRegionCategory. |
| Inequality(TrafficRegionCategory, TrafficRegionCategory) |
Determines if two TrafficRegionCategory values are not the same. |