GetArtifactSourceResult

data class GetArtifactSourceResult(val artifactRoot: String? = null, val authentication: SasAuthenticationResponse, val id: String, val location: String, val name: String, val sourceType: String, val tags: Map<String, String>? = null, val type: String)

The resource that defines the source location where the artifacts are located.

Constructors

Link copied to clipboard
constructor(artifactRoot: String? = null, authentication: SasAuthenticationResponse, id: String, location: String, name: String, sourceType: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val artifactRoot: String? = null

The path from the location that the 'authentication' property say, a SAS URI to the blob container refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.

Link copied to clipboard

The authentication method to use to access the artifact source.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of artifact source used.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"