GetDeploymentScriptResult

data class GetDeploymentScriptResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String, val location: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Deployment script object.

Constructors

Link copied to clipboard
fun GetDeploymentScriptResult(id: String, identity: ManagedServiceIdentityResponse? = null, kind: String, location: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

String Id used to locate any resource on Azure.

Link copied to clipboard

Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.

Link copied to clipboard

Type of the script.

Link copied to clipboard

The location of the ACI and the storage account for the deployment script.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

The system metadata related to this resource.

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

Resource tags.

Link copied to clipboard

Type of this resource.