Udostępnij przez


MsixPackagePatchProperties Class

Definition

MSIX Package properties that can be patched.

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

Constructors

Name Description
MsixPackagePatchProperties()

Creates an new MsixPackagePatchProperties instance.

Properties

Name Description
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

Name Description
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.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.

ToString()

Applies to