Uses of Class
com.azure.resourcemanager.compute.models.NetworkProfile
Packages that use NetworkProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of NetworkProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return NetworkProfileModifier and TypeMethodDescriptionVirtualMachineInner.networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachinePropertiesInner.networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMInner.networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineUpdateInner.networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type NetworkProfileModifier and TypeMethodDescriptionVirtualMachineInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachinePropertiesInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineUpdateInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine. -
Uses of NetworkProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return NetworkProfileModifier and TypeMethodDescriptionstatic NetworkProfileNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkProfile from the JsonReader.NetworkProfile.withNetworkApiVersion(NetworkApiVersion networkApiVersion) Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.NetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineNetworkInterfaceConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: Specifies the networking configurations that will be used to create the virtual machine networking resources.NetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces) Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the virtual machine.