你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPolicyExemption.AssignmentScopeValidation 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.
The option whether validate the exemption is at or under the assignment scope.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Default", "DoNotValidate" })]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The option whether validate the exemption is at or under the assignment scope.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignmentScopeValidation", Update=true)]
public string AssignmentScopeValidation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Default", "DoNotValidate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The option whether validate the exemption is at or under the assignment scope.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignmentScopeValidation", Update=true)>]
member this.AssignmentScopeValidation : string with get, set
Public Property AssignmentScopeValidation As String
Property Value
- Attributes