Share via


NetworkInterfaceNicType Struct

Definition

Type of Network Interface resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicTypeTypeConverter))]
public struct NetworkInterfaceNicType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicTypeTypeConverter))>]
type NetworkInterfaceNicType = struct
    interface IArgumentCompleter
Public Structure NetworkInterfaceNicType
Implements IArgumentCompleter, IEquatable(Of NetworkInterfaceNicType)
Inheritance
NetworkInterfaceNicType
Attributes
Implements

Fields

Elastic
Standard

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NetworkInterfaceNicType)

Compares values of enum type NetworkInterfaceNicType

Equals(Object)

Compares values of enum type NetworkInterfaceNicType (override for Object)

GetHashCode()

Returns hashCode for enum NetworkInterfaceNicType

ToString()

Returns string representation for NetworkInterfaceNicType

Operators

Equality(NetworkInterfaceNicType, NetworkInterfaceNicType)

Overriding == operator for enum NetworkInterfaceNicType

Implicit(NetworkInterfaceNicType to String)

Implicit operator to convert NetworkInterfaceNicType to string

Implicit(String to NetworkInterfaceNicType)

Implicit operator to convert string to NetworkInterfaceNicType

Inequality(NetworkInterfaceNicType, NetworkInterfaceNicType)

Overriding != operator for enum NetworkInterfaceNicType

Applies to