Share via


ImportPackageInfoRequest Class

Definition

Information to import app attach package

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ImportPackageInfoRequestTypeConverter))]
public class ImportPackageInfoRequest : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IImportPackageInfoRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ImportPackageInfoRequestTypeConverter))>]
type ImportPackageInfoRequest = class
    interface IImportPackageInfoRequest
    interface IJsonSerializable
Public Class ImportPackageInfoRequest
Implements IImportPackageInfoRequest
Inheritance
ImportPackageInfoRequest
Attributes
Implements

Constructors

ImportPackageInfoRequest()

Creates an new ImportPackageInfoRequest instance.

Properties

PackageArchitecture

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

Path

URI to Image

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportPackageInfoRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportPackageInfoRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IImportPackageInfoRequest.

FromJsonString(String)

Creates a new instance of ImportPackageInfoRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportPackageInfoRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to