Uses of Class
com.azure.resourcemanager.compute.models.ApplicationProfile
-
Packages that use ApplicationProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ApplicationProfile Modifier and Type Method Description ApplicationProfileVirtualMachineInner. applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.ApplicationProfileVirtualMachinePropertiesInner. applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.ApplicationProfileVirtualMachineUpdateInner. 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 ApplicationProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withApplicationProfile(ApplicationProfile applicationProfile)Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withApplicationProfile(ApplicationProfile applicationProfile)Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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
Methods in com.azure.resourcemanager.compute.models that return ApplicationProfile Modifier and Type Method Description ApplicationProfileVirtualMachineScaleSetVMProfile. applicationProfile()Get the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.ApplicationProfileApplicationProfile. 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 ApplicationProfile Modifier and Type Method Description VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withApplicationProfile(ApplicationProfile applicationProfile)Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.
-