HasBackendNics Interface
public interface HasBackendNics
An interface representing a backend's ability to reference a list of associated network interfaces.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Map<String,String> |
backendNicIPConfigurationNames()
Gets a map of names of the IP configurations of network interfaces assigned to this backend. |
Method Details
backendNicIPConfigurationNames
public abstract Map
Gets a map of names of the IP configurations of network interfaces assigned to this backend.
Returns:
a map of names of the IP configurations of network interfaces assigned to this backend, indexed by their
NIC's resource id
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java