Uses of Class
com.azure.resourcemanager.compute.models.ApplicationProfile
Packages that use ApplicationProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ApplicationProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ApplicationProfileModifier and TypeMethodDescriptionVirtualMachineInner.applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachinePropertiesInner.applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachineUpdateInner.applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ApplicationProfileModifier and TypeMethodDescriptionVirtualMachineInner.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachinePropertiesInner.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachineUpdateInner.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS. -
Uses of ApplicationProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ApplicationProfileModifier and TypeClassDescriptionfinal classContains the list of gallery applications that should be made available to the VM/VMSS.Methods in com.azure.resourcemanager.compute.models that return ApplicationProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.static ApplicationProfileApplicationProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationProfile from the JsonReader.ApplicationProfile.withGalleryApplications(List<VMGalleryApplication> galleryApplications) Set the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.Methods in com.azure.resourcemanager.compute.models with parameters of type ApplicationProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.