Class ListTaskDetailsResult
- java.lang.Object
-
- com.pulumi.azurenative.containerregistry.outputs.ListTaskDetailsResult
-
public final class ListTaskDetailsResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListTaskDetailsResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<AgentPropertiesResponse>
agentConfiguration()
java.util.Optional<java.lang.String>
agentPoolName()
static ListTaskDetailsResult.Builder
builder()
static ListTaskDetailsResult.Builder
builder(ListTaskDetailsResult defaults)
java.lang.String
creationDate()
java.util.Optional<CredentialsResponse>
credentials()
java.lang.String
id()
java.util.Optional<IdentityPropertiesResponse>
identity()
java.util.Optional<java.lang.Boolean>
isSystemTask()
java.lang.String
location()
java.util.Optional<java.lang.String>
logTemplate()
java.lang.String
name()
java.util.Optional<PlatformPropertiesResponse>
platform()
java.lang.String
provisioningState()
java.util.Optional<java.lang.String>
status()
java.util.Optional<java.lang.Object>
step()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.util.Optional<java.lang.Integer>
timeout()
java.util.Optional<TriggerPropertiesResponse>
trigger()
java.lang.String
type()
-
-
-
Method Detail
-
agentConfiguration
public java.util.Optional<AgentPropertiesResponse> agentConfiguration()
- Returns:
- The machine configuration of the run agent.
-
agentPoolName
public java.util.Optional<java.lang.String> agentPoolName()
- Returns:
- The dedicated agent pool for the task.
-
creationDate
public java.lang.String creationDate()
- Returns:
- The creation date of task.
-
credentials
public java.util.Optional<CredentialsResponse> credentials()
- Returns:
- The properties that describes a set of credentials that will be used when this run is invoked.
-
id
public java.lang.String id()
- Returns:
- The resource ID.
-
identity
public java.util.Optional<IdentityPropertiesResponse> identity()
- Returns:
- Identity for the resource.
-
isSystemTask
public java.util.Optional<java.lang.Boolean> isSystemTask()
- Returns:
- The value of this property indicates whether the task resource is system task or not.
-
location
public java.lang.String location()
- Returns:
- The location of the resource. This cannot be changed after the resource is created.
-
logTemplate
public java.util.Optional<java.lang.String> logTemplate()
- Returns:
- The template that describes the repository and tag information for run log artifact.
-
name
public java.lang.String name()
- Returns:
- The name of the resource.
-
platform
public java.util.Optional<PlatformPropertiesResponse> platform()
- Returns:
- The platform properties against which the run has to happen.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the task.
-
status
public java.util.Optional<java.lang.String> status()
- Returns:
- The current status of task.
-
step
public java.util.Optional<java.lang.Object> step()
- Returns:
- The properties of a task step.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- The tags of the resource.
-
timeout
public java.util.Optional<java.lang.Integer> timeout()
- Returns:
- Run timeout in seconds.
-
trigger
public java.util.Optional<TriggerPropertiesResponse> trigger()
- Returns:
- The properties that describe all triggers for the task.
-
type
public java.lang.String type()
- Returns:
- The type of the resource.
-
builder
public static ListTaskDetailsResult.Builder builder()
-
builder
public static ListTaskDetailsResult.Builder builder(ListTaskDetailsResult defaults)
-
-