IPolicySetDefinition 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.PolicySetDefinitionTypeConverter))]
public interface IPolicySetDefinition : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionTypeConverter))]
public interface IPolicySetDefinition : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionTypeConverter))>]
type IPolicySetDefinition = interface
interface IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionTypeConverter))>]
type IPolicySetDefinition = interface
interface IJsonSerializable
interface IProxyResource
interface IResource
Public Interface IPolicySetDefinition
Implements IJsonSerializable
Public Interface IPolicySetDefinition
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Description |
The policy set definition description. |
| DisplayName |
The display name of the policy set definition. |
| Id |
The ID of the policy set definition. |
| Metadata |
The policy set definition metadata (restored named type, previously collapsed to IAny). |
| MetadataRaw |
The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. |
| Name |
The name of the policy set definition. |
| Parameter |
The policy set definition parameter definitions. Restored to its pre-migration named type IParameterDefinitions (renamed to IPolicySetDefinitionPropertiesParameters). |
| ParameterRaw |
The policy set definition parameters that can be used in policy definition references. |
| PolicyDefinition |
An array of policy definition references. |
| PolicyDefinitionGroup |
The metadata describing groups of policy definition references within the policy set definition. |
| PolicyType |
The type of policy set definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Type |
The type of the resource (Microsoft.Authorization/policySetDefinitions). |
| Version |
The policy set definition version in #.#.# format. |
| Versions |
A list of available versions for this policy set definition. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |