VirtualMachineScaleSetVmNetworkResource.GetAllNetworkInterfaceDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetAllNetworkInterfaceDataAsync compatibility operation.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceData> GetAllNetworkInterfaceDataAsync(System.Threading.CancellationToken cancellationToken);
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceData> GetAllNetworkInterfaceDataAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllNetworkInterfaceDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceData>
override this.GetAllNetworkInterfaceDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceData>
Public Overridable Function GetAllNetworkInterfaceDataAsync (cancellationToken As CancellationToken) As AsyncPageable(Of NetworkInterfaceData)
Public Overridable Function GetAllNetworkInterfaceDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkInterfaceData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of NetworkInterfaceData that may take multiple service requests to iterate over.