مشاركة عبر


NetworkInterfaceIPConfigurations interface

واجهة تمثل تكوينات NetworkInterfaceIP.

الأساليب

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

يحصل على تكوين ip لواجهة الشبكة المحددة.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

احصل على جميع تكوينات ip في واجهة شبكة.

تفاصيل الأسلوب

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

يحصل على تكوين ip لواجهة الشبكة المحددة.

function get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams): Promise<NetworkInterfaceIPConfiguration>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

networkInterfaceName

string

اسم واجهة الشبكة.

ipConfigurationName

string

اسم تكوين ip.

options
NetworkInterfaceIPConfigurationsGetOptionalParams

معلمات الخيارات.

المرتجعات

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

احصل على جميع تكوينات ip في واجهة شبكة.

function list(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

networkInterfaceName

string

اسم واجهة الشبكة.

options
NetworkInterfaceIPConfigurationsListOptionalParams

معلمات الخيارات.

المرتجعات