Class CloudServiceExtensionProfile
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.CloudServiceExtensionProfile
-
public final class CloudServiceExtensionProfile extends Object
Describes a cloud service extension profile.
-
-
Constructor Summary
Constructors Constructor Description CloudServiceExtensionProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Extension>extensions()Get the extensions property: List of extensions for the cloud service.voidvalidate()Validates the instance.CloudServiceExtensionProfilewithExtensions(List<Extension> extensions)Set the extensions property: List of extensions for the cloud service.
-
-
-
Method Detail
-
extensions
public List<Extension> extensions()
Get the extensions property: List of extensions for the cloud service.- Returns:
- the extensions value.
-
withExtensions
public CloudServiceExtensionProfile withExtensions(List<Extension> extensions)
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.
-
-