INetworkSecurityPerimeterProfile.AccessRulesVersion Property

Definition

Access rules version number

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

Property Value

Attributes

Applies to