Freigeben über


IProvisioningIssue.SuggestedAccessRule Property

Definition

Access rules that can be added to the perimeter to remediate the issue

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Access rules that can be added to the perimeter to remediate the issue", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="suggestedAccessRules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule> SuggestedAccessRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Access rules that can be added to the perimeter to remediate the issue", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="suggestedAccessRules", Update=false)>]
member this.SuggestedAccessRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule>
Public ReadOnly Property SuggestedAccessRule As List(Of IAccessRule)

Property Value

Attributes

Applies to