Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateVMProfile
Packages that use VirtualMachineScaleSetUpdateVMProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateVMProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateProperties.virtualMachineProfile()Get the virtualMachineProfile property: The virtual machine profile.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateProperties.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) Set the virtualMachineProfile property: The virtual machine profile. -
Uses of VirtualMachineScaleSetUpdateVMProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.virtualMachineProfile()Get the virtualMachineProfile property: The virtual machine profile.VirtualMachineScaleSetUpdateVMProfile.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: The virtual machine scale set diagnostics profile.VirtualMachineScaleSetUpdateVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile) Set the extensionProfile property: The virtual machine scale set extension profile.VirtualMachineScaleSetUpdateVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.VirtualMachineScaleSetUpdateVMProfile.withLicenseType(String licenseType) Set the licenseType property: The license type, which is for bring your own license scenario.VirtualMachineScaleSetUpdateVMProfile.withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile) Set the networkProfile property: The virtual machine scale set network profile.VirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile) Set the osProfile property: The virtual machine scale set OS profile.VirtualMachineScaleSetUpdateVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineScaleSetUpdateVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: The virtual machine scale set Security profile.VirtualMachineScaleSetUpdateVMProfile.withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile) Set the storageProfile property: The virtual machine scale set storage profile.VirtualMachineScaleSetUpdateVMProfile.withUserData(String userData) Set the userData property: UserData for the VM, which must be base-64 encoded.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) Set the virtualMachineProfile property: The virtual machine profile.