StorageRoutingChoice 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 readonly struct StorageRoutingChoice : IEquatable<Azure.ResourceManager.Storage.Models.StorageRoutingChoice>
type StorageRoutingChoice = struct
Public Structure StorageRoutingChoice
Implements IEquatable(Of StorageRoutingChoice)
- Inheritance
-
StorageRoutingChoice
- Implements
Constructors
StorageRoutingChoice(String) |
Initializes a new instance of StorageRoutingChoice. |
Properties
InternetRouting |
InternetRouting. |
MicrosoftRouting |
MicrosoftRouting. |
Methods
Equals(StorageRoutingChoice) |
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(StorageRoutingChoice, StorageRoutingChoice) |
Determines if two StorageRoutingChoice values are the same. |
Implicit(String to StorageRoutingChoice) |
Converts a string to a StorageRoutingChoice. |
Inequality(StorageRoutingChoice, StorageRoutingChoice) |
Determines if two StorageRoutingChoice values are not the same. |
Applies to
Azure SDK for .NET