Class CustomContainerUserSourceInfo
java.lang.Object
com.azure.resourcemanager.appplatform.models.UserSourceInfo
com.azure.resourcemanager.appplatform.models.CustomContainerUserSourceInfo
Custom container user source info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the customContainer property: Custom container payload.voidvalidate()Validates the instance.withCustomContainer(CustomContainer customContainer) Set the customContainer property: Custom container payload.withVersion(String version) Set the version property: Version of the source.Methods inherited from class com.azure.resourcemanager.appplatform.models.UserSourceInfo
version
-
Constructor Details
-
CustomContainerUserSourceInfo
public CustomContainerUserSourceInfo()
-
-
Method Details
-
customContainer
Get the customContainer property: Custom container payload.- Returns:
- the customContainer value.
-
withCustomContainer
Set the customContainer property: Custom container payload.- Parameters:
customContainer- the customContainer value to set.- Returns:
- the CustomContainerUserSourceInfo object itself.
-
withVersion
Set the version property: Version of the source.- Overrides:
withVersionin classUserSourceInfo- Parameters:
version- the version value to set.- Returns:
- the UserSourceInfo object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classUserSourceInfo- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-