ISelfServeExemptionSettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.SelfServeExemptionSettingsTypeConverter))]
public interface ISelfServeExemptionSettings : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.SelfServeExemptionSettingsTypeConverter))>]
type ISelfServeExemptionSettings = interface
interface IJsonSerializable
Public Interface ISelfServeExemptionSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Enabled |
Indicates whether self-serve exemption is enabled. |
| PolicyDefinitionReferenceId |
The policy definition reference IDs for self-serve exemption. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |