IProvisioningIssueProperties.SuggestedAccessRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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