NicTypeInRequest Struct

Definition

NIC type. This should be either PublicNic or PrivateNic.

public readonly struct NicTypeInRequest : IEquatable<Azure.ResourceManager.Network.Models.NicTypeInRequest>
type NicTypeInRequest = struct
Public Structure NicTypeInRequest
Implements IEquatable(Of NicTypeInRequest)
Inheritance
NicTypeInRequest
Implements

Constructors

NicTypeInRequest(String)

Initializes a new instance of NicTypeInRequest.

Properties

PrivateNic

PrivateNic.

PublicNic

PublicNic.

Methods

Equals(NicTypeInRequest)

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(NicTypeInRequest, NicTypeInRequest)

Determines if two NicTypeInRequest values are the same.

Implicit(String to NicTypeInRequest)

Converts a string to a NicTypeInRequest.

Inequality(NicTypeInRequest, NicTypeInRequest)

Determines if two NicTypeInRequest values are not the same.

Applies to