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 |
NotSelected. |
SelectedByDefault |
SelectedByDefault. |
SelectedByUser |
SelectedByUser. |
SelectedByUserOverride |
SelectedByUserOverride. |
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