Table of Contents

Class DataManifestCustomResourceFunctionDefinition

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

The custom resource function definition.

public class DataManifestCustomResourceFunctionDefinition : IJsonModel<DataManifestCustomResourceFunctionDefinition>, IPersistableModel<DataManifestCustomResourceFunctionDefinition>
Inheritance
DataManifestCustomResourceFunctionDefinition
Implements
Inherited Members

Properties

AllowCustomProperties

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').

public bool? AllowCustomProperties { get; }

Property Value

bool?

DefaultProperties

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

public IReadOnlyList<string> DefaultProperties { get; }

Property Value

IReadOnlyList<string>

FullyQualifiedResourceType

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

public ResourceType? FullyQualifiedResourceType { get; }

Property Value

ResourceType?

Name

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

public string Name { get; }

Property Value

string