NicTypeInResponse 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.
NIC type - PublicNic, PrivateNic, or AdditionalNic.
public readonly struct NicTypeInResponse : IEquatable<Azure.ResourceManager.Network.Models.NicTypeInResponse>
type NicTypeInResponse = struct
Public Structure NicTypeInResponse
Implements IEquatable(Of NicTypeInResponse)
- Inheritance
-
NicTypeInResponse
- Implements
Constructors
NicTypeInResponse(String) |
Initializes a new instance of NicTypeInResponse. |
Properties
AdditionalNic |
AdditionalNic. |
PrivateNic |
PrivateNic. |
PublicNic |
PublicNic. |
Methods
Equals(NicTypeInResponse) |
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(NicTypeInResponse, NicTypeInResponse) |
Determines if two NicTypeInResponse values are the same. |
Implicit(String to NicTypeInResponse) |
Converts a string to a NicTypeInResponse. |
Inequality(NicTypeInResponse, NicTypeInResponse) |
Determines if two NicTypeInResponse values are not the same. |
Applies to
Azure SDK for .NET