SecurityTask Interface
public interface SecurityTask
An immutable client-side representation of SecurityTask.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
creationTimeUtc()
Gets the creation |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Security |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastStateChangeTimeUtc()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Security |
securityTaskParameters()
Gets the security |
| abstract String |
state()
Gets the state property: State of the task (Active, Resolved etc.). |
| abstract String |
subState()
Gets the sub |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
creationTimeUtc
public abstract OffsetDateTime creationTimeUtc()
Gets the creationTimeUtc property: The time this task was discovered in UTC.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecurityTaskInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityTaskInner object.
Returns:
lastStateChangeTimeUtc
public abstract OffsetDateTime lastStateChangeTimeUtc()
Gets the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
securityTaskParameters
public abstract SecurityTaskParameters securityTaskParameters()
Gets the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.
Returns:
state
public abstract String state()
Gets the state property: State of the task (Active, Resolved etc.).
Returns:
subState
public abstract String subState()
Gets the subState property: Additional data on the state of the task.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: