NewAzLogzMonitorTagRule_CreateExpanded.LogRuleSendSubscriptionLog 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.
[Microsoft.Azure.PowerShell.Cmdlets.Logz.Category(new Microsoft.Azure.PowerShell.Cmdlets.Logz.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Logz.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Logz.Runtime.Info(Description="Flag specifying if subscription logs should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="sendSubscriptionLogs")]
[System.Management.Automation.Parameter(HelpMessage="Flag specifying if subscription logs should be sent for the Monitor resource.", Mandatory=false)]
public System.Management.Automation.SwitchParameter LogRuleSendSubscriptionLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Logz.Category(new Microsoft.Azure.PowerShell.Cmdlets.Logz.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Logz.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Logz.Runtime.Info(Description="Flag specifying if subscription logs should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="sendSubscriptionLogs")>]
[<System.Management.Automation.Parameter(HelpMessage="Flag specifying if subscription logs should be sent for the Monitor resource.", Mandatory=false)>]
member this.LogRuleSendSubscriptionLog : System.Management.Automation.SwitchParameter with get, set
Public Property LogRuleSendSubscriptionLog As SwitchParameter
Property Value
- Attributes