VirtualMachineScaleSetVmNetworkResource.GetAllIPConfigurationData Method

Definition

Invokes the GetAllIPConfigurationData compatibility operation.

public virtual Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData> GetAllIPConfigurationData(string virtualMachineScaleSetName, string virtualmachineIndex, System.Threading.CancellationToken cancellationToken);
public virtual Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData> GetAllIPConfigurationData(string networkInterfaceName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllIPConfigurationData : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
override this.GetAllIPConfigurationData : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
abstract member GetAllIPConfigurationData : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
override this.GetAllIPConfigurationData : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
Public Overridable Function GetAllIPConfigurationData (virtualMachineScaleSetName As String, virtualmachineIndex As String, cancellationToken As CancellationToken) As Pageable(Of NetworkInterfaceIPConfigurationData)
Public Overridable Function GetAllIPConfigurationData (networkInterfaceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkInterfaceIPConfigurationData)

Parameters

virtualMachineScaleSetNamenetworkInterfaceName
String
virtualmachineIndexexpand
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NetworkInterfaceIPConfigurationData that may take multiple service requests to iterate over.

Applies to