Share via


NicTypeInResponse Struct

Definition

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