Package-level declarations

Types

Link copied to clipboard

The else block of storage task operation

Link copied to clipboard
data class GetStorageTaskResult(val action: StorageTaskActionResponse, val creationTimeInUtc: String, val description: String, val enabled: Boolean, val id: String, val identity: ManagedServiceIdentityResponse, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val taskVersion: Double, val type: String)

Represents Storage Task.

Link copied to clipboard
data class IfConditionResponse(val condition: String, val operations: List<StorageTaskOperationResponse>)

The if block of storage task operation

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard

The storage task action represents conditional statements and operations to be performed on target objects.

Link copied to clipboard
data class StorageTaskOperationResponse(val name: String, val onFailure: String? = null, val onSuccess: String? = null, val parameters: Map<String, String>? = null)

Represents an operation to be performed on the object

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties