SecurityTaskParameters 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
SecurityTaskParameters() |
Initializes a new instance of the SecurityTaskParameters class. |
SecurityTaskParameters(IDictionary<String,Object>, String) |
Initializes a new instance of the SecurityTaskParameters class. |
SecurityTaskParameters()
Initializes a new instance of the SecurityTaskParameters class.
public SecurityTaskParameters ();
Public Sub New ()
Applies to
SecurityTaskParameters(IDictionary<String,Object>, String)
Initializes a new instance of the SecurityTaskParameters class.
public SecurityTaskParameters (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string name = default);
new Microsoft.Azure.Management.Security.Models.SecurityTaskParameters : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.Security.Models.SecurityTaskParameters
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional name As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Changing set of properties, depending on the task type that is derived from the name field
- name
- String
Name of the task type