INetworkSecurityPerimeterConfiguration.ProfileDiagnosticSettingsVersion 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 ProfileDiagnosticSettingsVersion { 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? ProfileDiagnosticSettingsVersion { 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.ProfileDiagnosticSettingsVersion : 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.ProfileDiagnosticSettingsVersion : Nullable<int>
Public ReadOnly Property ProfileDiagnosticSettingsVersion As String
Public ReadOnly Property ProfileDiagnosticSettingsVersion As Nullable(Of Integer)

Property Value

Attributes

Applies to