Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateNetworkProfile
Packages that use VirtualMachineScaleSetUpdateNetworkProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateNetworkProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateNetworkProfile from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.networkProfile()Get the networkProfile property: The virtual machine scale set network profile.VirtualMachineScaleSetUpdateNetworkProfile.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.VirtualMachineScaleSetUpdateNetworkProfile.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'.VirtualMachineScaleSetUpdateNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdateNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile) Set the networkProfile property: The virtual machine scale set network profile.