ApplicationProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ApplicationProfile
- com.
Implements
public final class ApplicationProfile
implements JsonSerializable<ApplicationProfile>
Contains the list of gallery applications that should be made available to the VM/VMSS.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationProfile() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
List<VMGallery |
galleryApplications()
Get the gallery |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
withGalleryApplications(List<VMGalleryApplication> galleryApplications)
Set the gallery |
Methods inherited from java.lang.Object
Constructor Details
ApplicationProfile
public ApplicationProfile()
Creates an instance of ApplicationProfile class.
Method Details
fromJson
public static ApplicationProfile fromJson(JsonReader jsonReader)
Reads an instance of ApplicationProfile from the JsonReader.
Parameters:
Returns:
Throws:
galleryApplications
public List<VMGalleryApplication> galleryApplications()
Get the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGalleryApplications
public ApplicationProfile withGalleryApplications(List<VMGalleryApplication> galleryApplications)
Set the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.
Parameters:
Returns: