RegionStorageToNetworkProximity 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.
Provides storage to network proximity information in the region.
public readonly struct RegionStorageToNetworkProximity : IEquatable<Azure.ResourceManager.NetApp.Models.RegionStorageToNetworkProximity>
type RegionStorageToNetworkProximity = struct
Public Structure RegionStorageToNetworkProximity
Implements IEquatable(Of RegionStorageToNetworkProximity)
- Inheritance
-
RegionStorageToNetworkProximity
- Implements
Constructors
RegionStorageToNetworkProximity(String) |
Initializes a new instance of RegionStorageToNetworkProximity. |
Properties
AcrossT2 |
Standard AcrossT2 network connectivity. |
Default |
Basic network connectivity. |
T1 |
Standard T1 network connectivity. |
T1AndAcrossT2 |
Standard T1 and AcrossT2 network connectivity. |
T1AndT2 |
Standard T1 and T2 network connectivity. |
T1AndT2AndAcrossT2 |
Standard T1, T2 and AcrossT2 network connectivity. |
T2 |
Standard T2 network connectivity. |
T2AndAcrossT2 |
Standard T2 and AcrossT2 network connectivity. |
Methods
Equals(RegionStorageToNetworkProximity) |
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(RegionStorageToNetworkProximity, RegionStorageToNetworkProximity) |
Determines if two RegionStorageToNetworkProximity values are the same. |
Implicit(String to RegionStorageToNetworkProximity) |
Converts a String to a RegionStorageToNetworkProximity. |
Inequality(RegionStorageToNetworkProximity, RegionStorageToNetworkProximity) |
Determines if two RegionStorageToNetworkProximity values are not the same. |
Applies to
Azure SDK for .NET