AttachedNetworks interface
واجهة تمثل AttachedNetworks.
الأساليب
تفاصيل الأسلوب
beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)
إنشاء NetworkConnection مرفق أو تحديثه.
function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
يمثل NetworkConnection مرفقا.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)
إنشاء NetworkConnection مرفق أو تحديثه.
function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
يمثل NetworkConnection مرفقا.
معلمات الخيارات.
المرتجعات
Promise<AttachedNetworkConnection>
beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)
إلغاء إرفاق NetworkConnection.
function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)
إلغاء إرفاق NetworkConnection.
function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
معلمات الخيارات.
المرتجعات
Promise<AttachedNetworksDeleteHeaders>
getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)
الحصول على NetworkConnection مرفق.
function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
معلمات الخيارات.
المرتجعات
Promise<AttachedNetworkConnection>
getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)
الحصول على NetworkConnection مرفق.
function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- projectName
-
string
اسم المشروع.
- attachedNetworkConnectionName
-
string
اسم NetworkConnection المرفق.
معلمات الخيارات.
المرتجعات
Promise<AttachedNetworkConnection>
listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)
يسرد NetworkConnections المرفقة ل DevCenter.
function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- devCenterName
-
string
اسم مركز التطوير.
معلمات الخيارات.
المرتجعات
listByProject(string, string, AttachedNetworksListByProjectOptionalParams)
يسرد NetworkConnections المرفقة لمشروع.
function listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- projectName
-
string
اسم المشروع.
معلمات الخيارات.