Partager via


MsixPackagePatchProperties Class

Definition

MSIX Package properties that can be patched.

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

Constructors

MsixPackagePatchProperties()

Creates an new MsixPackagePatchProperties instance.

Properties

DisplayName

Display name for MSIX Package.

IsActive

Set a version of the package to be active across hostpool.

IsRegularRegistration

Set Registration mode. Regular or Delayed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MsixPackagePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MsixPackagePatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MsixPackagePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to