Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachinePropertiesInner
Packages that use VirtualMachinePropertiesInner
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachinePropertiesInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachinePropertiesInnerModifier and TypeMethodDescriptionVirtualMachinePropertiesInner.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine.VirtualMachinePropertiesInner.withApplicationProfile(ApplicationProfile applicationProfile) Set the applicationProfile property: Specifies the gallery applications that should be made available to the VM/VMSS.VirtualMachinePropertiesInner.withAvailabilitySet(com.azure.core.management.SubResource availabilitySet) Set the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to.VirtualMachinePropertiesInner.withBillingProfile(BillingProfile billingProfile) Set the billingProfile property: Specifies the billing related details of a Azure Spot virtual machine.VirtualMachinePropertiesInner.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachinePropertiesInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachinePropertiesInner.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy) Set the evictionPolicy property: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.VirtualMachinePropertiesInner.withExtensionsTimeBudget(String extensionsTimeBudget) Set the extensionsTimeBudget property: Specifies the time alloted for all extensions to start.VirtualMachinePropertiesInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachinePropertiesInner.withHost(com.azure.core.management.SubResource host) Set the host property: Specifies information about the dedicated host that the virtual machine resides in.VirtualMachinePropertiesInner.withHostGroup(com.azure.core.management.SubResource hostGroup) Set the hostGroup property: Specifies information about the dedicated host group that the virtual machine resides in.VirtualMachinePropertiesInner.withLicenseType(String licenseType) Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.VirtualMachinePropertiesInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachinePropertiesInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachinePropertiesInner.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: Specifies the scale set logical fault domain into which the Virtual Machine will be created.VirtualMachinePropertiesInner.withPriority(VirtualMachinePriorityTypes priority) Set the priority property: Specifies the priority for the virtual machine.VirtualMachinePropertiesInner.withProximityPlacementGroup(com.azure.core.management.SubResource proximityPlacementGroup) Set the proximityPlacementGroup property: Specifies information about the proximity placement group that the virtual machine should be assigned to.VirtualMachinePropertiesInner.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachinePropertiesInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachinePropertiesInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachinePropertiesInner.withUserData(String userData) Set the userData property: UserData for the VM, which must be base-64 encoded.VirtualMachinePropertiesInner.withVirtualMachineScaleSet(com.azure.core.management.SubResource virtualMachineScaleSet) Set the virtualMachineScaleSet property: Specifies information about the virtual machine scale set that the virtual machine should be assigned to.