Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMProfile
Packages that use VirtualMachineScaleSetVMProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVMProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.virtualMachineProfile()Get the virtualMachineProfile property: The virtual machine profile.VirtualMachineScaleSetProperties.virtualMachineProfile()Get the virtualMachineProfile property: The virtual machine profile.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withVirtualMachineProfile(VirtualMachineScaleSetVMProfile virtualMachineProfile) Set the virtualMachineProfile property: The virtual machine profile.VirtualMachineScaleSetProperties.withVirtualMachineProfile(VirtualMachineScaleSetVMProfile virtualMachineProfile) Set the virtualMachineProfile property: The virtual machine profile. -
Uses of VirtualMachineScaleSetVMProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies the capacity reservation related details of a scale set.VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMProfile.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy) Set the evictionPolicy property: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.VirtualMachineScaleSetVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile) Set the extensionProfile property: Specifies a collection of settings for extensions installed on virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.VirtualMachineScaleSetVMProfile.withLicenseType(String licenseType) Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile) Set the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile) Set the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withPriority(VirtualMachinePriorityTypes priority) Set the priority property: Specifies the priority for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineScaleSetVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMProfile.withUserData(String userData) Set the userData property: UserData for the virtual machines in the scale set, which must be base-64 encoded.