RoutingChoice 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.
Routing Choice defines the kind of network routing opted by the user.
public struct RoutingChoice : IEquatable<Azure.ResourceManager.Storage.Models.RoutingChoice>
type RoutingChoice = struct
Public Structure RoutingChoice
Implements IEquatable(Of RoutingChoice)
- Inheritance
-
System.ValueTypeRoutingChoice
- Implements
-
System.IEquatable<RoutingChoice>
Constructors
RoutingChoice(String) |
Determines if two RoutingChoice values are the same. |
Properties
InternetRouting |
InternetRouting. |
MicrosoftRouting |
MicrosoftRouting. |
Methods
Equals(RoutingChoice) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(RoutingChoice, RoutingChoice) |
Determines if two RoutingChoice values are the same. |
Implicit(String to RoutingChoice) |
Converts a string to a RoutingChoice. |
Inequality(RoutingChoice, RoutingChoice) |
Determines if two RoutingChoice values are not the same. |