Freigeben über


INetworkSecurityPerimeterProfile.DiagnosticSettingsVersion Property

Definition

Diagnostic settings version number

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Diagnostic settings version number", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticSettingsVersion", Update=false)]
public string DiagnosticSettingsVersion { get; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Diagnostic settings version number", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticSettingsVersion", Update=false)]
public int? DiagnosticSettingsVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Diagnostic settings version number", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticSettingsVersion", Update=false)>]
member this.DiagnosticSettingsVersion : string
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Diagnostic settings version number", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticSettingsVersion", Update=false)>]
member this.DiagnosticSettingsVersion : Nullable<int>
Public ReadOnly Property DiagnosticSettingsVersion As String
Public ReadOnly Property DiagnosticSettingsVersion As Nullable(Of Integer)

Property Value

Attributes

Applies to