Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkProfile
Packages that use VirtualMachineScaleSetNetworkProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetNetworkProfile from the JsonReader.VirtualMachineScaleSet.networkProfile()VirtualMachineScaleSetVMProfile.networkProfile()Get the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the scale set.VirtualMachineScaleSetNetworkProfile.withHealthProbe(ApiEntityReference healthProbe) Set the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.VirtualMachineScaleSetNetworkProfile.withNetworkApiVersion(NetworkApiVersion networkApiVersion) Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'.VirtualMachineScaleSetNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile) Set the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the scale set.