DesktopVirtualizationIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 |
The name of the private endpoint connection associated with the Azure resource |
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. |