Share via


DesktopVirtualizationIdentity Class

Definition

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

Constructors

DesktopVirtualizationIdentity()

Creates an new DesktopVirtualizationIdentity instance.

Properties

ApplicationGroupName

The name of the application group

ApplicationName

The name of the application within the specified application group

DesktopName

The name of the desktop within the specified desktop group

HostPoolName

The name of the host pool within the specified resource group

Id

Resource identity path

MsixPackageFullName

The version specific package full name of the MSIX package within specified hostpool

PrivateEndpointConnectionName
ResourceGroupName

The name of the resource group. The name is case insensitive.

ScalingPlanName

The name of the scaling plan.

ScalingPlanScheduleName

The name of the ScalingPlanSchedule

SessionHostName

The name of the session host within the specified host pool

SubscriptionId

The ID of the target subscription.

UserSessionId

The name of the user session within the specified session host

WorkspaceName

The name of the workspace

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DesktopVirtualizationIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DesktopVirtualizationIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DesktopVirtualizationIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to