Share via


NetworkInterfaceAuxiliarySku Struct

Definition

Auxiliary sku of Network Interface resource.

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

Constructors

NetworkInterfaceAuxiliarySku(String)

Initializes a new instance of NetworkInterfaceAuxiliarySku.

Properties

A1

A1.

A2

A2.

A4

A4.

A8

A8.

None

None.

Methods

Equals(NetworkInterfaceAuxiliarySku)

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

Determines if two NetworkInterfaceAuxiliarySku values are the same.

Implicit(String to NetworkInterfaceAuxiliarySku)

Converts a string to a NetworkInterfaceAuxiliarySku.

Inequality(NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySku)

Determines if two NetworkInterfaceAuxiliarySku values are not the same.

Applies to