ArtifactSourceProperties Class

The properties that define the source location where the artifacts are located.

All required parameters must be populated in order to send to Azure.

Inheritance
ArtifactSourceProperties

Constructor

ArtifactSourceProperties(*, source_type: str, authentication: azure.mgmt.deploymentmanager.models._models_py3.Authentication, artifact_root: Optional[str] = None, **kwargs)

Parameters

source_type
str
Required

Required. The type of artifact source used.

artifact_root
str
Required

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.

authentication
Authentication
Required

Required. The authentication method to use to access the artifact source.