DeployerVmPackagesResponse

data class DeployerVmPackagesResponse(val storageAccountId: String? = null, val url: String? = null)

Defines the url and storage account ID where deployer VM packages are uploaded

Constructors

Link copied to clipboard
constructor(storageAccountId: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The deployer VM packages storage account id

Link copied to clipboard
val url: String? = null

The URL to the deployer VM packages file.