Condividi tramite


ParameterDefinitionsValueMetadata Constructors

Definition

Overloads

ParameterDefinitionsValueMetadata()

Initializes a new instance of the ParameterDefinitionsValueMetadata class.

ParameterDefinitionsValueMetadata(IDictionary<String,Object>, String, String, String, Nullable<Boolean>)

Initializes a new instance of the ParameterDefinitionsValueMetadata class.

ParameterDefinitionsValueMetadata()

Initializes a new instance of the ParameterDefinitionsValueMetadata class.

public ParameterDefinitionsValueMetadata ();
Public Sub New ()

Applies to

ParameterDefinitionsValueMetadata(IDictionary<String,Object>, String, String, String, Nullable<Boolean>)

Initializes a new instance of the ParameterDefinitionsValueMetadata class.

public ParameterDefinitionsValueMetadata (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string displayName = default, string description = default, string strongType = default, bool? assignPermissions = default);
new Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValueMetadata : System.Collections.Generic.IDictionary<string, obj> * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValueMetadata
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional strongType As String = Nothing, Optional assignPermissions As Nullable(Of Boolean) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

displayName
String

The display name for the parameter.

description
String

The description of the parameter.

strongType
String

Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.

assignPermissions
Nullable<Boolean>

Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.

Applies to