مشاركة عبر


AppServicePlans interface

واجهة تمثل AppServicePlans.

الأساليب

beginCreateOrUpdate(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

beginCreateOrUpdateAndWait(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

createOrUpdateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansCreateOrUpdateVnetRouteOptionalParams)

وصف إنشاء مسار شبكة ظاهرية أو تحديثه في خطة App Service.

delete(string, string, AppServicePlansDeleteOptionalParams)

وصف لحذف خطة App Service.

deleteHybridConnection(string, string, string, string, AppServicePlansDeleteHybridConnectionOptionalParams)

وصف لحذف اتصال مختلط قيد الاستخدام في خطة App Service.

deleteVnetRoute(string, string, string, string, AppServicePlansDeleteVnetRouteOptionalParams)

وصف لحذف مسار شبكة ظاهرية في خطة App Service.

get(string, string, AppServicePlansGetOptionalParams)

وصف للحصول على خطة App Service.

getHybridConnection(string, string, string, string, AppServicePlansGetHybridConnectionOptionalParams)

وصف استرداد اتصال مختلط قيد الاستخدام في خطة App Service.

getHybridConnectionPlanLimit(string, string, AppServicePlansGetHybridConnectionPlanLimitOptionalParams)

وصف للحصول على الحد الأقصى لعدد الاتصالات المختلطة المسموح بها في خطة App Service.

getRouteForVnet(string, string, string, string, AppServicePlansGetRouteForVnetOptionalParams)

وصف الحصول على مسار شبكة ظاهرية في خطة App Service.

getServerFarmInstanceDetails(string, string, AppServicePlansGetServerFarmInstanceDetailsOptionalParams)

وصف للحصول على تفاصيل الحالة لخطة خدمة التطبيق.

getServerFarmRdpPassword(string, string, AppServicePlansGetServerFarmRdpPasswordOptionalParams)

وصف للحصول على كلمة مرور RDP لخادم IsCustomMode ServerFarm.

getServerFarmSkus(string, string, AppServicePlansGetServerFarmSkusOptionalParams)

وصف يحصل على جميع وحدات SKU القابلة للتحديد لخطة App Service معينة

getVnetFromServerFarm(string, string, string, AppServicePlansGetVnetFromServerFarmOptionalParams)

وصف الحصول على شبكة ظاهرية مقترنة بخطة App Service.

getVnetGateway(string, string, string, string, AppServicePlansGetVnetGatewayOptionalParams)

وصف الحصول على بوابة شبكة ظاهرية.

list(AppServicePlansListOptionalParams)

وصف الحصول على جميع خطط App Service للاشتراك.

listByResourceGroup(string, AppServicePlansListByResourceGroupOptionalParams)

وصف الحصول على جميع خطط App Service في مجموعة موارد.

listCapabilities(string, string, AppServicePlansListCapabilitiesOptionalParams)

وصف قائمة بجميع إمكانيات خطة App Service.

listHybridConnectionKeys(string, string, string, string, AppServicePlansListHybridConnectionKeysOptionalParams)

وصف الحصول على اسم مفتاح الإرسال وقيمة الاتصال المختلط.

listHybridConnections(string, string, AppServicePlansListHybridConnectionsOptionalParams)

وصف استرداد كافة الاتصالات المختلطة المستخدمة في خطة App Service.

listRoutesForVnet(string, string, string, AppServicePlansListRoutesForVnetOptionalParams)

وصف الحصول على جميع المسارات المقترنة بشبكة ظاهرية في خطة App Service.

listUsages(string, string, AppServicePlansListUsagesOptionalParams)

وصف الحصول على معلومات استخدام مزرعة الخوادم

listVnets(string, string, AppServicePlansListVnetsOptionalParams)

وصف الحصول على جميع الشبكات الظاهرية المقترنة بخطة App Service.

listWebApps(string, string, AppServicePlansListWebAppsOptionalParams)

وصف الحصول على جميع التطبيقات المقترنة بخطة App Service.

listWebAppsByHybridConnection(string, string, string, string, AppServicePlansListWebAppsByHybridConnectionOptionalParams)

وصف الحصول على جميع التطبيقات التي تستخدم اتصالا مختلطا في خطة خدمة التطبيقات.

rebootWorker(string, string, string, AppServicePlansRebootWorkerOptionalParams)

وصف إعادة تشغيل جهاز عامل في خطة App Service.

recycleManagedInstanceWorker(string, string, string, AppServicePlansRecycleManagedInstanceWorkerOptionalParams)

وصف لجهاز عامل مثيل مدار يعيد التدوير.

restartWebApps(string, string, AppServicePlansRestartWebAppsOptionalParams)

وصف لإعادة تشغيل جميع التطبيقات في خطة App Service.

update(string, string, AppServicePlanPatchResource, AppServicePlansUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

updateVnetGateway(string, string, string, string, VnetGateway, AppServicePlansUpdateVnetGatewayOptionalParams)

وصف تحديث بوابة شبكة ظاهرية.

updateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansUpdateVnetRouteOptionalParams)

وصف إنشاء مسار شبكة ظاهرية أو تحديثه في خطة App Service.

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

beginCreateOrUpdate(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

function beginCreateOrUpdate(resourceGroupName: string, name: string, appServicePlan: AppServicePlan, options?: AppServicePlansCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppServicePlan>, AppServicePlan>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

appServicePlan
AppServicePlan

تفاصيل خطة App Service.

options
AppServicePlansCreateOrUpdateOptionalParams

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

المرتجعات

Promise<@azure/core-lro.SimplePollerLike<OperationState<AppServicePlan>, AppServicePlan>>

beginCreateOrUpdateAndWait(string, string, AppServicePlan, AppServicePlansCreateOrUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, appServicePlan: AppServicePlan, options?: AppServicePlansCreateOrUpdateOptionalParams): Promise<AppServicePlan>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

appServicePlan
AppServicePlan

تفاصيل خطة App Service.

options
AppServicePlansCreateOrUpdateOptionalParams

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

المرتجعات

Promise<AppServicePlan>

createOrUpdateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansCreateOrUpdateVnetRouteOptionalParams)

وصف إنشاء مسار شبكة ظاهرية أو تحديثه في خطة App Service.

function createOrUpdateVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, route: VnetRoute, options?: AppServicePlansCreateOrUpdateVnetRouteOptionalParams): Promise<VnetRoute>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

routeName

string

اسم مسار الشبكة الظاهرية.

route
VnetRoute

تعريف مسار الشبكة الظاهرية.

options
AppServicePlansCreateOrUpdateVnetRouteOptionalParams

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

المرتجعات

Promise<VnetRoute>

delete(string, string, AppServicePlansDeleteOptionalParams)

وصف لحذف خطة App Service.

function delete(resourceGroupName: string, name: string, options?: AppServicePlansDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansDeleteOptionalParams

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

المرتجعات

Promise<void>

deleteHybridConnection(string, string, string, string, AppServicePlansDeleteHybridConnectionOptionalParams)

وصف لحذف اتصال مختلط قيد الاستخدام في خطة App Service.

function deleteHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansDeleteHybridConnectionOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

namespaceName

string

اسم مساحة اسم ناقل خدمة Microsoft Azure.

relayName

string

اسم ترحيل ناقل خدمة Microsoft Azure.

options
AppServicePlansDeleteHybridConnectionOptionalParams

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

المرتجعات

Promise<void>

deleteVnetRoute(string, string, string, string, AppServicePlansDeleteVnetRouteOptionalParams)

وصف لحذف مسار شبكة ظاهرية في خطة App Service.

function deleteVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, options?: AppServicePlansDeleteVnetRouteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

routeName

string

اسم مسار الشبكة الظاهرية.

options
AppServicePlansDeleteVnetRouteOptionalParams

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

المرتجعات

Promise<void>

get(string, string, AppServicePlansGetOptionalParams)

وصف للحصول على خطة App Service.

function get(resourceGroupName: string, name: string, options?: AppServicePlansGetOptionalParams): Promise<AppServicePlan>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansGetOptionalParams

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

المرتجعات

Promise<AppServicePlan>

getHybridConnection(string, string, string, string, AppServicePlansGetHybridConnectionOptionalParams)

وصف استرداد اتصال مختلط قيد الاستخدام في خطة App Service.

function getHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansGetHybridConnectionOptionalParams): Promise<HybridConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

namespaceName

string

اسم مساحة اسم ناقل خدمة Microsoft Azure.

relayName

string

اسم ترحيل ناقل خدمة Microsoft Azure.

options
AppServicePlansGetHybridConnectionOptionalParams

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

المرتجعات

Promise<HybridConnection>

getHybridConnectionPlanLimit(string, string, AppServicePlansGetHybridConnectionPlanLimitOptionalParams)

وصف للحصول على الحد الأقصى لعدد الاتصالات المختلطة المسموح بها في خطة App Service.

function getHybridConnectionPlanLimit(resourceGroupName: string, name: string, options?: AppServicePlansGetHybridConnectionPlanLimitOptionalParams): Promise<HybridConnectionLimits>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansGetHybridConnectionPlanLimitOptionalParams

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

المرتجعات

getRouteForVnet(string, string, string, string, AppServicePlansGetRouteForVnetOptionalParams)

وصف الحصول على مسار شبكة ظاهرية في خطة App Service.

function getRouteForVnet(resourceGroupName: string, name: string, vnetName: string, routeName: string, options?: AppServicePlansGetRouteForVnetOptionalParams): Promise<AppServicePlansGetRouteForVnetResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

routeName

string

اسم مسار الشبكة الظاهرية.

options
AppServicePlansGetRouteForVnetOptionalParams

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

المرتجعات

getServerFarmInstanceDetails(string, string, AppServicePlansGetServerFarmInstanceDetailsOptionalParams)

وصف للحصول على تفاصيل الحالة لخطة خدمة التطبيق.

function getServerFarmInstanceDetails(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmInstanceDetailsOptionalParams): Promise<ServerFarmInstanceDetails>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansGetServerFarmInstanceDetailsOptionalParams

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

المرتجعات

getServerFarmRdpPassword(string, string, AppServicePlansGetServerFarmRdpPasswordOptionalParams)

وصف للحصول على كلمة مرور RDP لخادم IsCustomMode ServerFarm.

function getServerFarmRdpPassword(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmRdpPasswordOptionalParams): Promise<ServerFarmRdpDetails>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansGetServerFarmRdpPasswordOptionalParams

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

المرتجعات

getServerFarmSkus(string, string, AppServicePlansGetServerFarmSkusOptionalParams)

وصف يحصل على جميع وحدات SKU القابلة للتحديد لخطة App Service معينة

function getServerFarmSkus(resourceGroupName: string, name: string, options?: AppServicePlansGetServerFarmSkusOptionalParams): Promise<AppServicePlansGetServerFarmSkusResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة خدمة التطبيقات

options
AppServicePlansGetServerFarmSkusOptionalParams

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

المرتجعات

getVnetFromServerFarm(string, string, string, AppServicePlansGetVnetFromServerFarmOptionalParams)

وصف الحصول على شبكة ظاهرية مقترنة بخطة App Service.

function getVnetFromServerFarm(resourceGroupName: string, name: string, vnetName: string, options?: AppServicePlansGetVnetFromServerFarmOptionalParams): Promise<VnetInfoResource>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

options
AppServicePlansGetVnetFromServerFarmOptionalParams

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

المرتجعات

Promise<VnetInfoResource>

getVnetGateway(string, string, string, string, AppServicePlansGetVnetGatewayOptionalParams)

وصف الحصول على بوابة شبكة ظاهرية.

function getVnetGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, options?: AppServicePlansGetVnetGatewayOptionalParams): Promise<VnetGateway>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

gatewayName

string

اسم البوابة. يتم دعم البوابة "الأساسية" فقط.

options
AppServicePlansGetVnetGatewayOptionalParams

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

المرتجعات

Promise<VnetGateway>

list(AppServicePlansListOptionalParams)

وصف الحصول على جميع خطط App Service للاشتراك.

function list(options?: AppServicePlansListOptionalParams): PagedAsyncIterableIterator<AppServicePlan, AppServicePlan[], PageSettings>

المعلمات

options
AppServicePlansListOptionalParams

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

المرتجعات

listByResourceGroup(string, AppServicePlansListByResourceGroupOptionalParams)

وصف الحصول على جميع خطط App Service في مجموعة موارد.

function listByResourceGroup(resourceGroupName: string, options?: AppServicePlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServicePlan, AppServicePlan[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

options
AppServicePlansListByResourceGroupOptionalParams

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

المرتجعات

listCapabilities(string, string, AppServicePlansListCapabilitiesOptionalParams)

وصف قائمة بجميع إمكانيات خطة App Service.

function listCapabilities(resourceGroupName: string, name: string, options?: AppServicePlansListCapabilitiesOptionalParams): Promise<AppServicePlansListCapabilitiesResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansListCapabilitiesOptionalParams

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

المرتجعات

listHybridConnectionKeys(string, string, string, string, AppServicePlansListHybridConnectionKeysOptionalParams)

وصف الحصول على اسم مفتاح الإرسال وقيمة الاتصال المختلط.

function listHybridConnectionKeys(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansListHybridConnectionKeysOptionalParams): Promise<HybridConnectionKey>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

namespaceName

string

اسم مساحة اسم ناقل خدمة Microsoft Azure.

relayName

string

اسم ترحيل ناقل خدمة Microsoft Azure.

options
AppServicePlansListHybridConnectionKeysOptionalParams

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

المرتجعات

listHybridConnections(string, string, AppServicePlansListHybridConnectionsOptionalParams)

وصف استرداد كافة الاتصالات المختلطة المستخدمة في خطة App Service.

function listHybridConnections(resourceGroupName: string, name: string, options?: AppServicePlansListHybridConnectionsOptionalParams): PagedAsyncIterableIterator<HybridConnection, HybridConnection[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansListHybridConnectionsOptionalParams

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

المرتجعات

listRoutesForVnet(string, string, string, AppServicePlansListRoutesForVnetOptionalParams)

وصف الحصول على جميع المسارات المقترنة بشبكة ظاهرية في خطة App Service.

function listRoutesForVnet(resourceGroupName: string, name: string, vnetName: string, options?: AppServicePlansListRoutesForVnetOptionalParams): Promise<AppServicePlansListRoutesForVnetResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

options
AppServicePlansListRoutesForVnetOptionalParams

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

المرتجعات

listUsages(string, string, AppServicePlansListUsagesOptionalParams)

وصف الحصول على معلومات استخدام مزرعة الخوادم

function listUsages(resourceGroupName: string, name: string, options?: AppServicePlansListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota, CsmUsageQuota[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة خدمة التطبيقات

options
AppServicePlansListUsagesOptionalParams

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

المرتجعات

listVnets(string, string, AppServicePlansListVnetsOptionalParams)

وصف الحصول على جميع الشبكات الظاهرية المقترنة بخطة App Service.

function listVnets(resourceGroupName: string, name: string, options?: AppServicePlansListVnetsOptionalParams): Promise<AppServicePlansListVnetsResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansListVnetsOptionalParams

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

المرتجعات

listWebApps(string, string, AppServicePlansListWebAppsOptionalParams)

وصف الحصول على جميع التطبيقات المقترنة بخطة App Service.

function listWebApps(resourceGroupName: string, name: string, options?: AppServicePlansListWebAppsOptionalParams): PagedAsyncIterableIterator<Site, Site[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansListWebAppsOptionalParams

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

المرتجعات

listWebAppsByHybridConnection(string, string, string, string, AppServicePlansListWebAppsByHybridConnectionOptionalParams)

وصف الحصول على جميع التطبيقات التي تستخدم اتصالا مختلطا في خطة خدمة التطبيقات.

function listWebAppsByHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: AppServicePlansListWebAppsByHybridConnectionOptionalParams): PagedAsyncIterableIterator<string, string[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

namespaceName

string

اسم مساحة اسم الاتصال المختلط.

relayName

string

اسم ترحيل الاتصال المختلط.

options
AppServicePlansListWebAppsByHybridConnectionOptionalParams

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

المرتجعات

rebootWorker(string, string, string, AppServicePlansRebootWorkerOptionalParams)

وصف إعادة تشغيل جهاز عامل في خطة App Service.

function rebootWorker(resourceGroupName: string, name: string, workerName: string, options?: AppServicePlansRebootWorkerOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

workerName

string

اسم الجهاز العامل، والذي يبدأ عادة ب RD.

options
AppServicePlansRebootWorkerOptionalParams

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

المرتجعات

Promise<void>

recycleManagedInstanceWorker(string, string, string, AppServicePlansRecycleManagedInstanceWorkerOptionalParams)

وصف لجهاز عامل مثيل مدار يعيد التدوير.

function recycleManagedInstanceWorker(resourceGroupName: string, name: string, workerName: string, options?: AppServicePlansRecycleManagedInstanceWorkerOptionalParams): Promise<Operation>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

workerName

string

اسم آلة العامل.

options
AppServicePlansRecycleManagedInstanceWorkerOptionalParams

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

المرتجعات

Promise<Operation>

restartWebApps(string, string, AppServicePlansRestartWebAppsOptionalParams)

وصف لإعادة تشغيل جميع التطبيقات في خطة App Service.

function restartWebApps(resourceGroupName: string, name: string, options?: AppServicePlansRestartWebAppsOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

options
AppServicePlansRestartWebAppsOptionalParams

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

المرتجعات

Promise<void>

update(string, string, AppServicePlanPatchResource, AppServicePlansUpdateOptionalParams)

وصف لإنشاء خطة App Service أو تحديثها.

function update(resourceGroupName: string, name: string, appServicePlan: AppServicePlanPatchResource, options?: AppServicePlansUpdateOptionalParams): Promise<AppServicePlan>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

appServicePlan
AppServicePlanPatchResource

تفاصيل خطة App Service.

options
AppServicePlansUpdateOptionalParams

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

المرتجعات

Promise<AppServicePlan>

updateVnetGateway(string, string, string, string, VnetGateway, AppServicePlansUpdateVnetGatewayOptionalParams)

وصف تحديث بوابة شبكة ظاهرية.

function updateVnetGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, connectionEnvelope: VnetGateway, options?: AppServicePlansUpdateVnetGatewayOptionalParams): Promise<VnetGateway>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

gatewayName

string

اسم البوابة. يتم دعم البوابة "الأساسية" فقط.

connectionEnvelope
VnetGateway

تعريف البوابة.

options
AppServicePlansUpdateVnetGatewayOptionalParams

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

المرتجعات

Promise<VnetGateway>

updateVnetRoute(string, string, string, string, VnetRoute, AppServicePlansUpdateVnetRouteOptionalParams)

وصف إنشاء مسار شبكة ظاهرية أو تحديثه في خطة App Service.

function updateVnetRoute(resourceGroupName: string, name: string, vnetName: string, routeName: string, route: VnetRoute, options?: AppServicePlansUpdateVnetRouteOptionalParams): Promise<VnetRoute>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي ينتمي إليها المورد.

name

string

اسم خطة App Service.

vnetName

string

اسم الشبكة الظاهرية.

routeName

string

اسم مسار الشبكة الظاهرية.

route
VnetRoute

تعريف مسار الشبكة الظاهرية.

options
AppServicePlansUpdateVnetRouteOptionalParams

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

المرتجعات

Promise<VnetRoute>