ProcessorArchitecture Class

Definition

Defines values for ProcessorArchitecture.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ProcessorArchitecture>))]
public class ProcessorArchitecture : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.ProcessorArchitecture>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ProcessorArchitecture>))>]
type ProcessorArchitecture = class
    inherit ExpandableStringEnum<ProcessorArchitecture>
Public Class ProcessorArchitecture
Inherits ExpandableStringEnum(Of ProcessorArchitecture)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ProcessorArchitecture()

Fields

Amd64
X86

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to