Freigeben über


INetworkSecurityPerimeterConfigurationProperties.ProfileAccessRule Property

Definition

Collection of access rules for the profile

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Collection of access rules for the profile", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="accessRules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule> ProfileAccessRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Collection of access rules for the profile", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="accessRules", Update=false)>]
member this.ProfileAccessRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule>
Public ReadOnly Property ProfileAccessRule As List(Of IAccessRule)

Property Value

Attributes

Applies to