你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityTaskParameters Constructors

Definition

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

Applies to