IHostPoolProperties.CloudPcResource Property
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.
Is cloud pc resource.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Is cloud pc resource.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="cloudPcResource")]
public bool? CloudPcResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Is cloud pc resource.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="cloudPcResource")>]
member this.CloudPcResource : Nullable<bool>
Public ReadOnly Property CloudPcResource As Nullable(Of Boolean)
Property Value
- Attributes