IPolicyIdentity.PolicyExemptionName 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 name of the policy exemption to delete.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The name of the policy exemption to delete.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyExemptionName", Update=true)]
public string PolicyExemptionName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The name of the policy exemption to delete.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyExemptionName", Update=true)>]
member this.PolicyExemptionName : string with get, set
Public Property PolicyExemptionName As String
Property Value
- Attributes