AutomationArtifactResponse

data class AutomationArtifactResponse(val artifacts: Map<String, String>? = null, val azureFileShareProfile: AzureFileShareHydrationProfileResponse? = null, val status: String? = null)

Class for automation artifact.

Constructors

Link copied to clipboard
constructor(artifacts: Map<String, String>? = null, azureFileShareProfile: AzureFileShareHydrationProfileResponse? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val artifacts: Map<String, String>? = null

Gets or sets the artifacts.

Link copied to clipboard

Azure file share profile for hydration of application folders not mounted on the container file system.

Link copied to clipboard
val status: String? = null

Gets or sets the status of automation artifacts.