IDiagnosticResource.GlobalParameter 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.
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