InternetGatewayRules interface
واجهة تمثل InternetGatewayRules.
الأساليب
تفاصيل الأسلوب
beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
إنشاء مورد قاعدة بوابة إنترنت.
function beginCreate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
- body
- InternetGatewayRule
حمولة الطلب.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
إنشاء مورد قاعدة بوابة إنترنت.
function beginCreateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<InternetGatewayRule>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
- body
- InternetGatewayRule
حمولة الطلب.
معلمات الخيارات.
المرتجعات
Promise<InternetGatewayRule>
beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)
تنفيذ أسلوب DELETE لقواعد بوابة الإنترنت.
function beginDelete(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)
تنفيذ أسلوب DELETE لقواعد بوابة الإنترنت.
function beginDeleteAndWait(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<InternetGatewayRulesDeleteHeaders>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
معلمات الخيارات.
المرتجعات
Promise<InternetGatewayRulesDeleteHeaders>
beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)
واجهة برمجة التطبيقات لتحديث خصائص معينة لمورد قاعدة بوابة الإنترنت.
function beginUpdate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
خصائص قاعدة بوابة الإنترنت المراد تحديثها.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)
واجهة برمجة التطبيقات لتحديث خصائص معينة لمورد قاعدة بوابة الإنترنت.
function beginUpdateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<InternetGatewayRule>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
خصائص قاعدة بوابة الإنترنت المراد تحديثها.
معلمات الخيارات.
المرتجعات
Promise<InternetGatewayRule>
get(string, string, InternetGatewayRulesGetOptionalParams)
الحصول على مورد قاعدة بوابة إنترنت.
function get(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams): Promise<InternetGatewayRule>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
- internetGatewayRuleName
-
string
اسم قاعدة بوابة الإنترنت.
معلمات الخيارات.
المرتجعات
Promise<InternetGatewayRule>
listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)
تنفيذ قائمة قواعد بوابة الإنترنت حسب أسلوب GET لمجموعة الموارد.
function listByResourceGroup(resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.
معلمات الخيارات.
المرتجعات
listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)
سرد جميع قواعد Internet Gateway في الاشتراك المحدد.
function listBySubscription(options?: InternetGatewayRulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
المعلمات
معلمات الخيارات.