Class UserSourceInfo
java.lang.Object
com.azure.resourcemanager.appplatform.models.UserSourceInfo
- Direct Known Subclasses:
BuildResultUserSourceInfo,UploadedUserSourceInfo
Source information for a deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.version()Get the version property: Version of the source.withVersion(String version) Set the version property: Version of the source.
-
Constructor Details
-
UserSourceInfo
public UserSourceInfo()
-
-
Method Details
-
version
Get the version property: Version of the source.- Returns:
- the version value.
-
withVersion
Set the version property: Version of the source.- Parameters:
version- the version value to set.- Returns:
- the UserSourceInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-