Class GetStorageTaskResult
- java.lang.Object
-
- com.pulumi.azurenative.storageactions.outputs.GetStorageTaskResult
-
public final class GetStorageTaskResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetStorageTaskResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageTaskActionResponse
action()
static GetStorageTaskResult.Builder
builder()
static GetStorageTaskResult.Builder
builder(GetStorageTaskResult defaults)
java.lang.String
creationTimeInUtc()
java.lang.String
description()
java.lang.Boolean
enabled()
java.lang.String
id()
java.util.Optional<ManagedServiceIdentityResponse>
identity()
java.lang.String
location()
java.lang.String
name()
java.lang.String
provisioningState()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.Double
taskVersion()
java.lang.String
type()
-
-
-
Method Detail
-
action
public StorageTaskActionResponse action()
- Returns:
- The storage task action that is executed
-
creationTimeInUtc
public java.lang.String creationTimeInUtc()
- Returns:
- The creation date and time of the storage task in UTC.
-
description
public java.lang.String description()
- Returns:
- Text that describes the purpose of the storage task
-
enabled
public java.lang.Boolean enabled()
- Returns:
- Storage Task is enabled when set to true and disabled when set to false
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
-
identity
public java.util.Optional<ManagedServiceIdentityResponse> identity()
- Returns:
- The managed service identity of the resource.
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Represents the provisioning state of the storage task.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
taskVersion
public java.lang.Double taskVersion()
- Returns:
- Storage task version.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetStorageTaskResult.Builder builder()
-
builder
public static GetStorageTaskResult.Builder builder(GetStorageTaskResult defaults)
-
-