ServiceArtifactReferenceArgs

data class ServiceArtifactReferenceArgs(val id: Output<String>) : ConvertibleToJava<ServiceArtifactReferenceArgs>

Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.

Constructors

Link copied to clipboard
constructor(id: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}

Functions

Link copied to clipboard
open override fun toJava(): ServiceArtifactReferenceArgs