Share via


StorageRoutingChoice Struct

Definition

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