Uses of Interface
com.azure.resourcemanager.network.models.VirtualMachineScaleSetNetworkInterface
Packages that use VirtualMachineScaleSetNetworkInterface
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualMachineScaleSetNetworkInterface in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualMachineScaleSetNetworkInterfaceModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkInterfaces.getByVirtualMachineInstanceId(String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualMachineScaleSetNetworkInterfaceModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkInterfaces.getByVirtualMachineInstanceIdAsync(String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.NetworkInterfaces.getByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId, String name) Gets a network interface associated with a virtual machine scale set instance.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceId(String instanceId) Lists all the network interfaces associated with a virtual machine instance in the scale set.com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetNetworkInterface> VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceIdAsync(String instanceId) Lists all the network interfaces associated with a virtual machine instance in the scale set asynchronously.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName, String scaleSetName) List the network interfaces associated with a virtual machine scale set.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> NetworkInterfaces.listByVirtualMachineScaleSetId(String id) List the network interfaces associated with a virtual machine scale set.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetNetworkInterface> NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName, String scaleSetName, String instanceId) List the network interfaces associated with a specific virtual machine instance in a scale set.com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetNetworkInterface> NetworkInterfaces.listByVirtualMachineScaleSetInstanceIdAsync(String resourceGroupName, String scaleSetName, String instanceId) List the network interfaces associated with a specific virtual machine instance in a scale set asynchronously.