ComputeNetworkInterfaceAuxiliarySku Struct

Definition

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

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

Constructors

Name Description
ComputeNetworkInterfaceAuxiliarySku(String)

Initializes a new instance of ComputeNetworkInterfaceAuxiliarySku.

Properties

Name Description
A1

Gets the A1.

A2

Gets the A2.

A4

Gets the A4.

A8

Gets the A8.

None

Gets the None.

Methods

Name Description
Equals(ComputeNetworkInterfaceAuxiliarySku)

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

Determines if two ComputeNetworkInterfaceAuxiliarySku values are the same.

Implicit(String to ComputeNetworkInterfaceAuxiliarySku)

Converts a string to a ComputeNetworkInterfaceAuxiliarySku.

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

Determines if two ComputeNetworkInterfaceAuxiliarySku values are not the same.

Applies to