Udostępnij przez


MsixImageUri Class

Definition

Represents URI referring to MSIX Image

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

Constructors

Name Description
MsixImageUri()

Creates an new MsixImageUri instance.

Properties

Name Description
Uri

URI to Image

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MsixImageUri.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MsixImageUri.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MsixImageUri into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to