Class CloudServiceExtensionProfile
java.lang.Object
com.azure.resourcemanager.compute.models.CloudServiceExtensionProfile
Describes a cloud service extension profile.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CloudServiceExtensionProfile class. -
Method Summary
Modifier and TypeMethodDescriptionGet the extensions property: List of extensions for the cloud service.voidvalidate()Validates the instance.withExtensions(List<Extension> extensions) Set the extensions property: List of extensions for the cloud service.
-
Constructor Details
-
CloudServiceExtensionProfile
public CloudServiceExtensionProfile()Creates an instance of CloudServiceExtensionProfile class.
-
-
Method Details
-
extensions
Get the extensions property: List of extensions for the cloud service.- Returns:
- the extensions value.
-
withExtensions
Set the extensions property: List of extensions for the cloud service.- Parameters:
extensions- the extensions value to set.- Returns:
- the CloudServiceExtensionProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-