Compartilhar via


AppAttachPackageArchitecture Struct

Definition

Possible device architectures that an app attach package can be configured for.

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

Constructors

Name Description
AppAttachPackageArchitecture(String)

Initializes a new instance of AppAttachPackageArchitecture.

Properties

Name Description
All

Select all listed applications, no filters.

Arm

ARM 32-bit.

Arm64

ARM 64-bit.

Neutral

Any architecture can be used.

X64

64-bit.

X86

32-bit x86.

X86A64

X86 Compiled Hybrid Portable Executable for ARM64.

Methods

Name Description
Equals(AppAttachPackageArchitecture)

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

Determines if two AppAttachPackageArchitecture values are the same.

Implicit(String to AppAttachPackageArchitecture)

Converts a string to a AppAttachPackageArchitecture.

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

Determines if two AppAttachPackageArchitecture values are not the same.

Applies to