Class UserArtifactSource
java.lang.Object
com.microsoft.azure.management.compute.UserArtifactSource
The source image from which the Image Version is going to be created.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet optional.Get required.withDefaultConfigurationLink
(String defaultConfigurationLink) Set optional.withMediaLink
(String mediaLink) Set required.
-
Constructor Details
-
UserArtifactSource
public UserArtifactSource()
-
-
Method Details
-
mediaLink
Get required. The mediaLink of the artifact, must be a readable storage page blob.- Returns:
- the mediaLink value
-
withMediaLink
Set required. The mediaLink of the artifact, must be a readable storage page blob.- Parameters:
mediaLink
- the mediaLink value to set- Returns:
- the UserArtifactSource object itself.
-
defaultConfigurationLink
Get optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.- Returns:
- the defaultConfigurationLink value
-
withDefaultConfigurationLink
Set optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.- Parameters:
defaultConfigurationLink
- the defaultConfigurationLink value to set- Returns:
- the UserArtifactSource object itself.
-