NetworkInterfaceIPConfigurationsOperations interface
Schnittstelle, die eine NetworkInterfaceIPConfigurations-Operationen darstellt.
Eigenschaften
| get | Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab. |
| list | Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab. |
Details zur Eigenschaft
get
Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab.
get: (resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
Eigenschaftswert
(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
list
Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab.
list: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>