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
data class StorageTaskActionResponse(val else: ElseConditionResponse? = null, val if: IfConditionResponse)
The storage task action represents conditional statements and operations to be performed on target objects.
Link copied to clipboard
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
User assigned identity properties