VmNicSelection 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.
Gets or sets the selection type of the NIC.
public readonly struct VmNicSelection : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection>
type VmNicSelection = struct
Public Structure VmNicSelection
Implements IEquatable(Of VmNicSelection)
- Inheritance
-
VmNicSelection
- Implements
Constructors
VmNicSelection(String) |
Initializes a new instance of VmNicSelection. |
Properties
NotSelected |
Not Selected. |
SelectedByDefault |
Default selection by ASR. |
SelectedByUser |
Selected by user. |
SelectedByUserOverride |
NIC configuration overridden by user. Differs from SelectedByUser in the sense that the legacy SelectedByUser is used both for explicit modification by user and implicit approval of user if the settings are used for TFO/FO. SelectedByUserOverride implies user overriding at least one of the configurations. |
Methods
Equals(VmNicSelection) |
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(VmNicSelection, VmNicSelection) |
Determines if two VmNicSelection values are the same. |
Implicit(String to VmNicSelection) |
Converts a String to a VmNicSelection. |
Inequality(VmNicSelection, VmNicSelection) |
Determines if two VmNicSelection values are not the same. |
Applies to
Azure SDK for .NET