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

SecurityTask Class

Definition

Security task that we recommend to do in order to strengthen security

[Microsoft.Rest.Serialization.JsonTransformation]
public class SecurityTask : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecurityTask = class
    inherit Resource
Public Class SecurityTask
Inherits Resource
Inheritance
SecurityTask
Attributes

Constructors

SecurityTask()

Initializes a new instance of the SecurityTask class.

SecurityTask(String, String, String, String, Nullable<DateTime>, SecurityTaskParameters, Nullable<DateTime>, String)

Initializes a new instance of the SecurityTask class.

Properties

CreationTimeUtc

Gets the time this task was discovered in UTC

Id

Gets resource Id

(Inherited from Resource)
LastStateChangeTimeUtc

Gets the time this task's details were last changed in UTC

Name

Gets resource name

(Inherited from Resource)
SecurityTaskParameters

Gets or sets changing set of properties, depending on the task type that is derived from the name field

State

Gets state of the task (Active, Resolved etc.)

SubState

Gets additional data on the state of the task

Type

Gets resource type

(Inherited from Resource)

Extension Methods

ConvertToPSType(SecurityTask)

Applies to