Share via


ProcessorArchitecture Struct

Definition

VPN client Processor Architecture.

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

Constructors

ProcessorArchitecture(String)

Initializes a new instance of ProcessorArchitecture.

Properties

Amd64

Amd64.

X86

X86.

Methods

Equals(ProcessorArchitecture)

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

Determines if two ProcessorArchitecture values are the same.

Implicit(String to ProcessorArchitecture)

Converts a string to a ProcessorArchitecture.

Inequality(ProcessorArchitecture, ProcessorArchitecture)

Determines if two ProcessorArchitecture values are not the same.

Applies to