SecurityTaskProperties 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
SecurityTaskProperties() |
Initializes a new instance of the SecurityTaskProperties class. |
SecurityTaskProperties(String, Nullable<DateTime>, SecurityTaskParameters, Nullable<DateTime>, String) |
Initializes a new instance of the SecurityTaskProperties class. |
SecurityTaskProperties()
Initializes a new instance of the SecurityTaskProperties class.
public SecurityTaskProperties ();
Public Sub New ()
Applies to
SecurityTaskProperties(String, Nullable<DateTime>, SecurityTaskParameters, Nullable<DateTime>, String)
Initializes a new instance of the SecurityTaskProperties class.
public SecurityTaskProperties (string state = default, DateTime? creationTimeUtc = default, Microsoft.Azure.Management.Security.Models.SecurityTaskParameters securityTaskParameters = default, DateTime? lastStateChangeTimeUtc = default, string subState = default);
new Microsoft.Azure.Management.Security.Models.SecurityTaskProperties : string * Nullable<DateTime> * Microsoft.Azure.Management.Security.Models.SecurityTaskParameters * Nullable<DateTime> * string -> Microsoft.Azure.Management.Security.Models.SecurityTaskProperties
Public Sub New (Optional state As String = Nothing, Optional creationTimeUtc As Nullable(Of DateTime) = Nothing, Optional securityTaskParameters As SecurityTaskParameters = Nothing, Optional lastStateChangeTimeUtc As Nullable(Of DateTime) = Nothing, Optional subState As String = Nothing)
Parameters
- state
- String
State of the task (Active, Resolved etc.)
- securityTaskParameters
- SecurityTaskParameters
Changing set of properties, depending on the task type that is derived from the name field
- subState
- String
Additional data on the state of the task