Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IDesktopVirtualizationIdentity Interface
Definition
- Assembly:
- Az.DesktopVirtualization.private.dll
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 interface IDesktopVirtualizationIdentity : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.DesktopVirtualizationIdentityTypeConverter))>]
type IDesktopVirtualizationIdentity = interface
interface IJsonSerializable
Public Interface IDesktopVirtualizationIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AppAttachPackageName |
The name of the App Attach package |
| 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. The value must be an UUID. |
| UserSessionId |
The name of the user session within the specified session host |
| WorkspaceName |
The name of the workspace |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
