Uses of Class
com.azure.resourcemanager.compute.models.SkuProfile
Packages that use SkuProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SkuProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SkuProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.skuProfile()Get the skuProfile property: Specifies the sku profile for the virtual machine scale set.VirtualMachineScaleSetProperties.skuProfile()Get the skuProfile property: Specifies the sku profile for the virtual machine scale set.VirtualMachineScaleSetUpdateProperties.skuProfile()Get the skuProfile property: Specifies the sku profile for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SkuProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withSkuProfile(SkuProfile skuProfile) Set the skuProfile property: Specifies the sku profile for the virtual machine scale set.VirtualMachineScaleSetProperties.withSkuProfile(SkuProfile skuProfile) Set the skuProfile property: Specifies the sku profile for the virtual machine scale set.VirtualMachineScaleSetUpdateProperties.withSkuProfile(SkuProfile skuProfile) Set the skuProfile property: Specifies the sku profile for the virtual machine scale set. -
Uses of SkuProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SkuProfileModifier and TypeClassDescriptionfinal classSpecifies the sku profile for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models that return SkuProfileModifier and TypeMethodDescriptionstatic SkuProfileSkuProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkuProfile from the JsonReader.VirtualMachineScaleSetUpdate.skuProfile()Get the skuProfile property: Specifies the sku profile for the virtual machine scale set.SkuProfile.withAllocationStrategy(AllocationStrategy allocationStrategy) Set the allocationStrategy property: Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.SkuProfile.withVmSizes(List<SkuProfileVMSize> vmSizes) Set the vmSizes property: Specifies the VM sizes for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type SkuProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withSkuProfile(SkuProfile skuProfile) Set the skuProfile property: Specifies the sku profile for the virtual machine scale set.