CloudServiceExtensionProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. CloudServiceExtensionProfile
- com.
Implements
public final class CloudServiceExtensionProfile
implements JsonSerializable<CloudServiceExtensionProfile>
Describes a cloud service extension profile.
Constructor Summary
Constructor | Description |
---|---|
CloudServiceExtensionProfile() |
Creates an instance of Cloud |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Extension> |
extensions()
Get the extensions property: List of extensions for the cloud service. |
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Cloud |
withExtensions(List<Extension> extensions)
Set the extensions property: List of extensions for the cloud service. |
Methods inherited from java.lang.Object
Constructor Details
CloudServiceExtensionProfile
public CloudServiceExtensionProfile()
Creates an instance of CloudServiceExtensionProfile class.
Method Details
extensions
public List
Get the extensions property: List of extensions for the cloud service.
Returns:
fromJson
public static CloudServiceExtensionProfile fromJson(JsonReader jsonReader)
Reads an instance of CloudServiceExtensionProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withExtensions
public CloudServiceExtensionProfile withExtensions(List
Set the extensions property: List of extensions for the cloud service.
Parameters:
Returns:
Applies to
Azure SDK for Java