Sdílet prostřednictvím


NetworkInterfaceNicType Struct

Definition

Type of Network Interface resource.

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

Constructors

NetworkInterfaceNicType(String)

Initializes a new instance of NetworkInterfaceNicType.

Properties

Elastic

Elastic.

Standard

Standard.

Methods

Equals(NetworkInterfaceNicType)

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

Determines if two NetworkInterfaceNicType values are the same.

Implicit(String to NetworkInterfaceNicType)

Converts a string to a NetworkInterfaceNicType.

Inequality(NetworkInterfaceNicType, NetworkInterfaceNicType)

Determines if two NetworkInterfaceNicType values are not the same.

Applies to