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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java