IPolicyLogInfo 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.PolicyLogInfoTypeConverter))]
public interface IPolicyLogInfo : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyLogInfoTypeConverter))>]
type IPolicyLogInfo = interface
interface IJsonSerializable
Public Interface IPolicyLogInfo
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| PolicyAssignmentId |
The policy assignment Id. |
| PolicyAssignmentName |
The policy assignment name. |
| PolicyAssignmentScope |
The policy assignment scope. |
| PolicyAssignmentVersion |
The policy assignment version. |
| PolicyDefinitionEffect |
The policy definition action. |
| PolicyDefinitionId |
The policy definition Id. |
| PolicyDefinitionName |
The policy definition name. |
| PolicyDefinitionReferenceId |
The policy definition instance Id inside a policy set. |
| PolicyDefinitionVersion |
The policy definition version. |
| PolicySetDefinitionId |
The policy set definition Id. |
| PolicySetDefinitionName |
The policy set definition name. |
| PolicySetDefinitionVersion |
The policy set definition version. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |