Uses of Class
com.azure.resourcemanager.workloads.models.VmssNodesProfile
Packages that use VmssNodesProfile
Package
Description
Package containing the inner data models for WorkloadsClient.
Package containing the data models for WorkloadsClient.
-
Uses of VmssNodesProfile in com.azure.resourcemanager.workloads.fluent.models
Methods in com.azure.resourcemanager.workloads.fluent.models that return VmssNodesProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.webNodesProfile()
Get the webNodesProfile property: VMSS web nodes profile.PhpWorkloadResourceProperties.webNodesProfile()
Get the webNodesProfile property: VMSS web nodes profile.Methods in com.azure.resourcemanager.workloads.fluent.models with parameters of type VmssNodesProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.withWebNodesProfile
(VmssNodesProfile webNodesProfile) Set the webNodesProfile property: VMSS web nodes profile.PhpWorkloadResourceProperties.withWebNodesProfile
(VmssNodesProfile webNodesProfile) Set the webNodesProfile property: VMSS web nodes profile. -
Uses of VmssNodesProfile in com.azure.resourcemanager.workloads.models
Methods in com.azure.resourcemanager.workloads.models that return VmssNodesProfileModifier and TypeMethodDescriptionPhpWorkloadResource.webNodesProfile()
Gets the webNodesProfile property: VMSS web nodes profile.VmssNodesProfile.withAutoScaleMaxCount
(Integer autoScaleMaxCount) Set the autoScaleMaxCount property: Maximum number of nodes for autoscale.VmssNodesProfile.withAutoScaleMinCount
(Integer autoScaleMinCount) Set the autoScaleMinCount property: Minimum number of nodes for autoscale.VmssNodesProfile.withDataDisks
(List<DiskInfo> dataDisks) Set the dataDisks property: Data disks details.Set the name property: VM or VMSS name.VmssNodesProfile.withNodeSku
(String nodeSku) Set the nodeSku property: VM SKU for node(s).VmssNodesProfile.withOsDisk
(DiskInfo osDisk) Set the osDisk property: OS disk details.VmssNodesProfile.withOsImage
(OsImageProfile osImage) Set the osImage property: OS image used for creating the nodes.Methods in com.azure.resourcemanager.workloads.models with parameters of type VmssNodesProfileModifier and TypeMethodDescriptionPhpWorkloadResource.DefinitionStages.WithWebNodesProfile.withWebNodesProfile
(VmssNodesProfile webNodesProfile) Specifies the webNodesProfile property: VMSS web nodes profile.