ParameterDefinitionsValueMetadata Constructors
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.
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.
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
Azure SDK for .NET