Uses of Class
com.azure.resourcemanager.compute.models.SkuProfileVMSize
Packages that use SkuProfileVMSize
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SkuProfileVMSize in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SkuProfileVMSizeMethods in com.azure.resourcemanager.compute.models that return SkuProfileVMSizeModifier and TypeMethodDescriptionstatic SkuProfileVMSizeSkuProfileVMSize.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkuProfileVMSize from the JsonReader.Set the name property: Specifies the name of the VM Size.Set the rank property: Specifies the rank (a.k.a priority) associated with the VM Size.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SkuProfileVMSizeModifier and TypeMethodDescriptionSkuProfile.vmSizes()Get the vmSizes property: Specifies the VM sizes for the virtual machine scale set.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SkuProfileVMSizeModifier and TypeMethodDescriptionSkuProfile.withVmSizes(List<SkuProfileVMSize> vmSizes) Set the vmSizes property: Specifies the VM sizes for the virtual machine scale set.