Freigeben über


VirtualMachineScaleSetVmNetworkResource.GetAllIPConfigurationData Methode

Definition

Rufen Sie die angegebene IP-Konfiguration der Netzwerkschnittstelle in einer VM-Skalierungsgruppe ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft. Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipConfigurations
  • Vorgang IdVirtualMachineScaleSets_ListIpConfigurations
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>
Public Overridable Function GetAllIPConfigurationData (networkInterfaceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkInterfaceIPConfigurationData)

Parameter

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der NetworkInterfaceIPConfigurationData möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: