Language

IDataManifestCustomResourceFunctionDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataManifestCustomResourceFunctionDefinitionTypeConverter))]
public interface IDataManifestCustomResourceFunctionDefinition : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataManifestCustomResourceFunctionDefinitionTypeConverter))>]
type IDataManifestCustomResourceFunctionDefinition = interface
    interface IJsonSerializable
Public Interface IDataManifestCustomResourceFunctionDefinition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AllowCustomProperty

A value indicating whether the custom properties within the property bag are allowed. Needs api-version to be specified in the policy rule eg - vault('2019-06-01').

DefaultProperty

The top-level properties that can be selected on the function's output. eg - [ "name", "location" ] if vault().name and vault().location are supported.

FullyQualifiedResourceType

The fully qualified control plane resource type that this function represents. eg - 'Microsoft.KeyVault/vaults'.

Name

The function name as it will appear in the policy rule. eg - 'vault'.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to