Uses of Class
com.azure.resourcemanager.compute.models.NetworkProfile
-
Packages that use NetworkProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 NetworkProfile Modifier and Type Method Description NetworkProfileVirtualMachineInner. networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.NetworkProfileVirtualMachinePropertiesInner. networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.NetworkProfileVirtualMachineScaleSetVMInner. networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.NetworkProfileVirtualMachineScaleSetVMPropertiesInner. networkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.NetworkProfileVirtualMachineUpdateInner. 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 NetworkProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 NetworkProfile Modifier and Type Method Description NetworkProfileNetworkProfile. withNetworkApiVersion(NetworkApiVersion networkApiVersion)Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.NetworkProfileNetworkProfile. withNetworkInterfaceConfigurations(List<VirtualMachineNetworkInterfaceConfiguration> networkInterfaceConfigurations)Set the networkInterfaceConfigurations property: Specifies the networking configurations that will be used to create the virtual machine networking resources.NetworkProfileNetworkProfile. withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
-