IDiagnosticResource.GlobalParameter Property

Definition

Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Global parameters is an optional map which can be used to add key and  value to request body to improve the diagnostics results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticResourcePropertiesGlobalParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="globalParameters", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticResourcePropertiesGlobalParameters GlobalParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Global parameters is an optional map which can be used to add key and  value to request body to improve the diagnostics results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticResourcePropertiesGlobalParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="globalParameters", Update=true)>]
member this.GlobalParameter : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticResourcePropertiesGlobalParameters with get, set
Public Property GlobalParameter As IDiagnosticResourcePropertiesGlobalParameters

Property Value

Attributes

Applies to