VirtualMachineScaleSetVmNetworkResource.GetAllIPConfigurationDataAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die angegebene IP-Konfiguration der Netzwerkschnittstelle in einer VM-Skalierungsgruppe ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft. Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipConfigurations
- Vorgangs-IdVirtualMachineScaleSets_ListIpConfigurations
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData> GetAllIPConfigurationDataAsync (string networkInterfaceName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllIPConfigurationDataAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
override this.GetAllIPConfigurationDataAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
Public Overridable Function GetAllIPConfigurationDataAsync (networkInterfaceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkInterfaceIPConfigurationData)
Parameter
- networkInterfaceName
- String
: Der Name der Netzwerkschnittstelle
- expand
- String
Erweitert die referenzierten Ressourcen.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine asynchrone Auflistung von NetworkInterfaceIPConfigurationData , die mehrere Dienstanforderungen durchlaufen kann.
Gilt für:
Azure SDK for .NET