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() |
Method Details
backendNicIPConfigurationNames
public abstract Map
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java