IpAssignmentType 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.
IP assignment types.
public readonly struct IpAssignmentType : IEquatable<Azure.ResourceManager.Hci.Models.IpAssignmentType>
type IpAssignmentType = struct
Public Structure IpAssignmentType
Implements IEquatable(Of IpAssignmentType)
- Inheritance
-
IpAssignmentType
- Implements
Constructors
| Name | Description |
|---|---|
| IpAssignmentType(String) |
Initializes a new instance of IpAssignmentType. |
Properties
| Name | Description |
|---|---|
| Automatic |
Automatic IP assignment. |
| Manual |
Manual IP assignment. |
Methods
| Name | Description |
|---|---|
| Equals(IpAssignmentType) |
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
| Name | Description |
|---|---|
| Equality(IpAssignmentType, IpAssignmentType) |
Determines if two IpAssignmentType values are the same. |
| Implicit(String to IpAssignmentType) |
Converts a string to a IpAssignmentType. |
| Implicit(String to Nullable<IpAssignmentType>) | |
| Inequality(IpAssignmentType, IpAssignmentType) |
Determines if two IpAssignmentType values are not the same. |