IDeviceGroup.HasDeployment 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.
Deployment status for the device group.
[Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=false, Description="Deployment status for the device group.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasDeployment", Update=false)]
public bool? HasDeployment { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=false, Description="Deployment status for the device group.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasDeployment", Update=false)>]
member this.HasDeployment : Nullable<bool>
Public ReadOnly Property HasDeployment As Nullable(Of Boolean)
Property Value
- Attributes