ILogCollectionSession.LogCollectionStatus 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.
LogCollection status
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="LogCollection status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.LogCollectionStatus) }, ReadOnly=true, Required=false, SerializedName="logCollectionStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.LogCollectionStatus? LogCollectionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="LogCollection status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.LogCollectionStatus) }, ReadOnly=true, Required=false, SerializedName="logCollectionStatus")>]
member this.LogCollectionStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.LogCollectionStatus>
Public ReadOnly Property LogCollectionStatus As Nullable(Of LogCollectionStatus)
Property Value
- Attributes