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
- artifact_root
- str
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. The authentication method to use to access the artifact source.
Feedback
Submit and view feedback for