مشاركة عبر


ApplicationGateways interface

واجهة تمثل ApplicationGateways.

الأساليب

beginBackendHealth(string, string, ApplicationGatewaysBackendHealthOptionalParams)

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

beginBackendHealthAndWait(string, string, ApplicationGatewaysBackendHealthOptionalParams)

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

beginBackendHealthOnDemand(string, string, ApplicationGatewayOnDemandProbe, ApplicationGatewaysBackendHealthOnDemandOptionalParams)

يحصل على صحة الواجهة الخلفية لمزيج معين من تجمع الواجهة الخلفية وإعداد http لبوابة التطبيق المحددة في مجموعة موارد.

beginBackendHealthOnDemandAndWait(string, string, ApplicationGatewayOnDemandProbe, ApplicationGatewaysBackendHealthOnDemandOptionalParams)

يحصل على صحة الواجهة الخلفية لمزيج معين من تجمع الواجهة الخلفية وإعداد http لبوابة التطبيق المحددة في مجموعة موارد.

beginCreateOrUpdate(string, string, ApplicationGateway, ApplicationGatewaysCreateOrUpdateOptionalParams)

إنشاء بوابة التطبيق المحددة أو تحديثها.

beginCreateOrUpdateAndWait(string, string, ApplicationGateway, ApplicationGatewaysCreateOrUpdateOptionalParams)

إنشاء بوابة التطبيق المحددة أو تحديثها.

beginDelete(string, string, ApplicationGatewaysDeleteOptionalParams)

حذف بوابة التطبيق المحددة.

beginDeleteAndWait(string, string, ApplicationGatewaysDeleteOptionalParams)

حذف بوابة التطبيق المحددة.

beginStart(string, string, ApplicationGatewaysStartOptionalParams)

بدء تشغيل بوابة التطبيق المحددة.

beginStartAndWait(string, string, ApplicationGatewaysStartOptionalParams)

بدء تشغيل بوابة التطبيق المحددة.

beginStop(string, string, ApplicationGatewaysStopOptionalParams)

إيقاف بوابة التطبيق المحددة في مجموعة موارد.

beginStopAndWait(string, string, ApplicationGatewaysStopOptionalParams)

إيقاف بوابة التطبيق المحددة في مجموعة موارد.

get(string, string, ApplicationGatewaysGetOptionalParams)

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

getSslPredefinedPolicy(string, ApplicationGatewaysGetSslPredefinedPolicyOptionalParams)

يحصل على نهج Ssl محدد مسبقا باسم النهج المحدد.

list(string, ApplicationGatewaysListOptionalParams)

يسرد جميع بوابات التطبيق في مجموعة موارد.

listAll(ApplicationGatewaysListAllOptionalParams)

يحصل على جميع بوابات التطبيق في اشتراك.

listAvailableRequestHeaders(ApplicationGatewaysListAvailableRequestHeadersOptionalParams)

يسرد جميع رؤوس الطلبات المتوفرة.

listAvailableResponseHeaders(ApplicationGatewaysListAvailableResponseHeadersOptionalParams)

يسرد جميع رؤوس الاستجابة المتوفرة.

listAvailableServerVariables(ApplicationGatewaysListAvailableServerVariablesOptionalParams)

يسرد كافة متغيرات الخادم المتوفرة.

listAvailableSslOptions(ApplicationGatewaysListAvailableSslOptionsOptionalParams)

يسرد خيارات Ssl المتوفرة لتكوين نهج Ssl.

listAvailableSslPredefinedPolicies(ApplicationGatewaysListAvailableSslPredefinedPoliciesOptionalParams)

يسرد جميع نهج SSL المعرفة مسبقا لتكوين نهج Ssl.

listAvailableWafRuleSets(ApplicationGatewaysListAvailableWafRuleSetsOptionalParams)

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

updateTags(string, string, TagsObject, ApplicationGatewaysUpdateTagsOptionalParams)

تحديث علامات بوابة التطبيق المحددة.

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

beginBackendHealth(string, string, ApplicationGatewaysBackendHealthOptionalParams)

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

function beginBackendHealth(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysBackendHealthOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayBackendHealth>, ApplicationGatewayBackendHealth>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysBackendHealthOptionalParams

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

المرتجعات

beginBackendHealthAndWait(string, string, ApplicationGatewaysBackendHealthOptionalParams)

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

function beginBackendHealthAndWait(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysBackendHealthOptionalParams): Promise<ApplicationGatewayBackendHealth>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysBackendHealthOptionalParams

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

المرتجعات

beginBackendHealthOnDemand(string, string, ApplicationGatewayOnDemandProbe, ApplicationGatewaysBackendHealthOnDemandOptionalParams)

يحصل على صحة الواجهة الخلفية لمزيج معين من تجمع الواجهة الخلفية وإعداد http لبوابة التطبيق المحددة في مجموعة موارد.

function beginBackendHealthOnDemand(resourceGroupName: string, applicationGatewayName: string, probeRequest: ApplicationGatewayOnDemandProbe, options?: ApplicationGatewaysBackendHealthOnDemandOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayBackendHealthOnDemand>, ApplicationGatewayBackendHealthOnDemand>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

probeRequest
ApplicationGatewayOnDemandProbe

طلب نص لعملية اختبار عند الطلب.

options
ApplicationGatewaysBackendHealthOnDemandOptionalParams

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

المرتجعات

beginBackendHealthOnDemandAndWait(string, string, ApplicationGatewayOnDemandProbe, ApplicationGatewaysBackendHealthOnDemandOptionalParams)

يحصل على صحة الواجهة الخلفية لمزيج معين من تجمع الواجهة الخلفية وإعداد http لبوابة التطبيق المحددة في مجموعة موارد.

function beginBackendHealthOnDemandAndWait(resourceGroupName: string, applicationGatewayName: string, probeRequest: ApplicationGatewayOnDemandProbe, options?: ApplicationGatewaysBackendHealthOnDemandOptionalParams): Promise<ApplicationGatewayBackendHealthOnDemand>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

probeRequest
ApplicationGatewayOnDemandProbe

طلب نص لعملية اختبار عند الطلب.

options
ApplicationGatewaysBackendHealthOnDemandOptionalParams

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

المرتجعات

beginCreateOrUpdate(string, string, ApplicationGateway, ApplicationGatewaysCreateOrUpdateOptionalParams)

إنشاء بوابة التطبيق المحددة أو تحديثها.

function beginCreateOrUpdate(resourceGroupName: string, applicationGatewayName: string, parameters: ApplicationGateway, options?: ApplicationGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGateway>, ApplicationGateway>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

parameters
ApplicationGateway

المعلمات المتوفرة لعملية إنشاء بوابة التطبيق أو تحديثها.

options
ApplicationGatewaysCreateOrUpdateOptionalParams

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

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, ApplicationGateway, ApplicationGatewaysCreateOrUpdateOptionalParams)

إنشاء بوابة التطبيق المحددة أو تحديثها.

function beginCreateOrUpdateAndWait(resourceGroupName: string, applicationGatewayName: string, parameters: ApplicationGateway, options?: ApplicationGatewaysCreateOrUpdateOptionalParams): Promise<ApplicationGateway>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

parameters
ApplicationGateway

المعلمات المتوفرة لعملية إنشاء بوابة التطبيق أو تحديثها.

options
ApplicationGatewaysCreateOrUpdateOptionalParams

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

المرتجعات

beginDelete(string, string, ApplicationGatewaysDeleteOptionalParams)

حذف بوابة التطبيق المحددة.

function beginDelete(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysDeleteOptionalParams

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

المرتجعات

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

beginDeleteAndWait(string, string, ApplicationGatewaysDeleteOptionalParams)

حذف بوابة التطبيق المحددة.

function beginDeleteAndWait(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysDeleteOptionalParams

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

المرتجعات

Promise<void>

beginStart(string, string, ApplicationGatewaysStartOptionalParams)

بدء تشغيل بوابة التطبيق المحددة.

function beginStart(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysStartOptionalParams

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

المرتجعات

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

beginStartAndWait(string, string, ApplicationGatewaysStartOptionalParams)

بدء تشغيل بوابة التطبيق المحددة.

function beginStartAndWait(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysStartOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysStartOptionalParams

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

المرتجعات

Promise<void>

beginStop(string, string, ApplicationGatewaysStopOptionalParams)

إيقاف بوابة التطبيق المحددة في مجموعة موارد.

function beginStop(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysStopOptionalParams

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

المرتجعات

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

beginStopAndWait(string, string, ApplicationGatewaysStopOptionalParams)

إيقاف بوابة التطبيق المحددة في مجموعة موارد.

function beginStopAndWait(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysStopOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysStopOptionalParams

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

المرتجعات

Promise<void>

get(string, string, ApplicationGatewaysGetOptionalParams)

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

function get(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewaysGetOptionalParams): Promise<ApplicationGateway>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

options
ApplicationGatewaysGetOptionalParams

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

المرتجعات

getSslPredefinedPolicy(string, ApplicationGatewaysGetSslPredefinedPolicyOptionalParams)

يحصل على نهج Ssl محدد مسبقا باسم النهج المحدد.

function getSslPredefinedPolicy(predefinedPolicyName: string, options?: ApplicationGatewaysGetSslPredefinedPolicyOptionalParams): Promise<ApplicationGatewaySslPredefinedPolicy>

المعلمات

predefinedPolicyName

string

اسم نهج Ssl المحدد مسبقا.

options
ApplicationGatewaysGetSslPredefinedPolicyOptionalParams

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

المرتجعات

list(string, ApplicationGatewaysListOptionalParams)

يسرد جميع بوابات التطبيق في مجموعة موارد.

function list(resourceGroupName: string, options?: ApplicationGatewaysListOptionalParams): PagedAsyncIterableIterator<ApplicationGateway, ApplicationGateway[], PageSettings>

المعلمات

resourceGroupName

string

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

options
ApplicationGatewaysListOptionalParams

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

المرتجعات

listAll(ApplicationGatewaysListAllOptionalParams)

يحصل على جميع بوابات التطبيق في اشتراك.

function listAll(options?: ApplicationGatewaysListAllOptionalParams): PagedAsyncIterableIterator<ApplicationGateway, ApplicationGateway[], PageSettings>

المعلمات

options
ApplicationGatewaysListAllOptionalParams

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

المرتجعات

listAvailableRequestHeaders(ApplicationGatewaysListAvailableRequestHeadersOptionalParams)

يسرد جميع رؤوس الطلبات المتوفرة.

function listAvailableRequestHeaders(options?: ApplicationGatewaysListAvailableRequestHeadersOptionalParams): Promise<ApplicationGatewaysListAvailableRequestHeadersResponse>

المعلمات

options
ApplicationGatewaysListAvailableRequestHeadersOptionalParams

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

المرتجعات

listAvailableResponseHeaders(ApplicationGatewaysListAvailableResponseHeadersOptionalParams)

يسرد جميع رؤوس الاستجابة المتوفرة.

function listAvailableResponseHeaders(options?: ApplicationGatewaysListAvailableResponseHeadersOptionalParams): Promise<ApplicationGatewaysListAvailableResponseHeadersResponse>

المعلمات

options
ApplicationGatewaysListAvailableResponseHeadersOptionalParams

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

المرتجعات

listAvailableServerVariables(ApplicationGatewaysListAvailableServerVariablesOptionalParams)

يسرد كافة متغيرات الخادم المتوفرة.

function listAvailableServerVariables(options?: ApplicationGatewaysListAvailableServerVariablesOptionalParams): Promise<ApplicationGatewaysListAvailableServerVariablesResponse>

المعلمات

options
ApplicationGatewaysListAvailableServerVariablesOptionalParams

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

المرتجعات

listAvailableSslOptions(ApplicationGatewaysListAvailableSslOptionsOptionalParams)

يسرد خيارات Ssl المتوفرة لتكوين نهج Ssl.

function listAvailableSslOptions(options?: ApplicationGatewaysListAvailableSslOptionsOptionalParams): Promise<ApplicationGatewayAvailableSslOptions>

المعلمات

options
ApplicationGatewaysListAvailableSslOptionsOptionalParams

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

المرتجعات

listAvailableSslPredefinedPolicies(ApplicationGatewaysListAvailableSslPredefinedPoliciesOptionalParams)

يسرد جميع نهج SSL المعرفة مسبقا لتكوين نهج Ssl.

function listAvailableSslPredefinedPolicies(options?: ApplicationGatewaysListAvailableSslPredefinedPoliciesOptionalParams): PagedAsyncIterableIterator<ApplicationGatewaySslPredefinedPolicy, ApplicationGatewaySslPredefinedPolicy[], PageSettings>

المعلمات

المرتجعات

listAvailableWafRuleSets(ApplicationGatewaysListAvailableWafRuleSetsOptionalParams)

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

function listAvailableWafRuleSets(options?: ApplicationGatewaysListAvailableWafRuleSetsOptionalParams): Promise<ApplicationGatewayAvailableWafRuleSetsResult>

المعلمات

options
ApplicationGatewaysListAvailableWafRuleSetsOptionalParams

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

المرتجعات

updateTags(string, string, TagsObject, ApplicationGatewaysUpdateTagsOptionalParams)

تحديث علامات بوابة التطبيق المحددة.

function updateTags(resourceGroupName: string, applicationGatewayName: string, parameters: TagsObject, options?: ApplicationGatewaysUpdateTagsOptionalParams): Promise<ApplicationGateway>

المعلمات

resourceGroupName

string

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

applicationGatewayName

string

اسم بوابة التطبيق.

parameters
TagsObject

المعلمات المتوفرة لتحديث علامات بوابة التطبيق.

options
ApplicationGatewaysUpdateTagsOptionalParams

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

المرتجعات