NetworkInterfaceAuxiliarySku Struct

Definition

Specifies whether the Auxiliary sku is enabled for the Network Interface resource.

public readonly struct NetworkInterfaceAuxiliarySku : IEquatable<Azure.ResourceManager.ComputeSchedule.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 sku.

A2

A2 sku.

A4

A4 sku.

A8

A8 sku.

None

None: None sku.

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.

Implicit(String to Nullable<NetworkInterfaceAuxiliarySku>)
Inequality(NetworkInterfaceAuxiliarySku, NetworkInterfaceAuxiliarySku)

Determines if two NetworkInterfaceAuxiliarySku values are not the same.

Applies to