Language

IParameterValues Interface

Definition

Pre-migration name for the policy assignment / policy definition reference parameter values dictionary (renamed to I*PropertiesParameters / IPolicyDefinitionReferenceParameters).

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ParameterValuesTypeConverter))]
public interface IParameterValues : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
public interface IParameterValues : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterValuesValue>, Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ParameterValuesTypeConverter))>]
type IParameterValues = interface
    interface IJsonSerializable
    interface IAssociativeArray<obj>
type IParameterValues = interface
    interface IJsonSerializable
    interface IAssociativeArray<IParameterValuesValue>
Public Interface IParameterValues
Implements IAssociativeArray(Of Object), IJsonSerializable
Public Interface IParameterValues
Implements IAssociativeArray(Of IParameterValuesValue), IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AdditionalProperties (Inherited from IAssociativeArray<T>)
Item[String] (Inherited from IAssociativeArray<T>)

Methods

Name Description
Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to