IMonitoredResource.SendingLog 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.
Flag indicating the status of the resource for sending logs operation to Elastic.
[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag indicating the status of the resource for sending logs operation to Elastic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs) }, ReadOnly=false, Required=false, SerializedName="sendingLogs")]
public Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs? SendingLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag indicating the status of the resource for sending logs operation to Elastic.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs) }, ReadOnly=false, Required=false, SerializedName="sendingLogs")>]
member this.SendingLog : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs> with get, set
Public Property SendingLog As Nullable(Of SendingLogs)
Property Value
- Attributes