你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
NetworkInterfaceAuxiliarySku(String)

Initializes a new instance of NetworkInterfaceAuxiliarySku.

Properties

Name Description
A1

A1.

A2

A2.

A4

A4.

A8

A8.

None

None.

Methods

Name Description
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

Name Description
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