DdosProtectionPlans interface
واجهة تمثل DdosProtectionPlans.
الأساليب
| begin |
إنشاء خطة حماية DDoS أو تحديثها. |
| begin |
إنشاء خطة حماية DDoS أو تحديثها. |
| begin |
حذف خطة حماية DDoS المحددة. |
| begin |
حذف خطة حماية DDoS المحددة. |
| get(string, string, Ddos |
الحصول على معلومات حول خطة حماية DDoS المحددة. |
| list(Ddos |
يحصل على جميع خطط حماية DDoS في اشتراك. |
| list |
يحصل على جميع خطط حماية DDoS في مجموعة موارد. |
| update |
تحديث علامات خطة حماية DDoS. |
تفاصيل الأسلوب
beginCreateOrUpdate(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)
إنشاء خطة حماية DDoS أو تحديثها.
function beginCreateOrUpdate(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
- parameters
- DdosProtectionPlan
المعلمات المتوفرة لعملية الإنشاء أو التحديث.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>
beginCreateOrUpdateAndWait(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)
إنشاء خطة حماية DDoS أو تحديثها.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<DdosProtectionPlan>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
- parameters
- DdosProtectionPlan
المعلمات المتوفرة لعملية الإنشاء أو التحديث.
معلمات الخيارات.
المرتجعات
Promise<DdosProtectionPlan>
beginDelete(string, string, DdosProtectionPlansDeleteOptionalParams)
حذف خطة حماية DDoS المحددة.
function beginDelete(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, DdosProtectionPlansDeleteOptionalParams)
حذف خطة حماية DDoS المحددة.
function beginDeleteAndWait(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<void>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
معلمات الخيارات.
المرتجعات
Promise<void>
get(string, string, DdosProtectionPlansGetOptionalParams)
الحصول على معلومات حول خطة حماية DDoS المحددة.
function get(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams): Promise<DdosProtectionPlan>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
معلمات الخيارات.
المرتجعات
Promise<DdosProtectionPlan>
list(DdosProtectionPlansListOptionalParams)
يحصل على جميع خطط حماية DDoS في اشتراك.
function list(options?: DdosProtectionPlansListOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
المعلمات
معلمات الخيارات.
المرتجعات
listByResourceGroup(string, DdosProtectionPlansListByResourceGroupOptionalParams)
يحصل على جميع خطط حماية DDoS في مجموعة موارد.
function listByResourceGroup(resourceGroupName: string, options?: DdosProtectionPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
معلمات الخيارات.
المرتجعات
updateTags(string, string, TagsObject, DdosProtectionPlansUpdateTagsOptionalParams)
تحديث علامات خطة حماية DDoS.
function updateTags(resourceGroupName: string, ddosProtectionPlanName: string, parameters: TagsObject, options?: DdosProtectionPlansUpdateTagsOptionalParams): Promise<DdosProtectionPlan>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- ddosProtectionPlanName
-
string
اسم خطة حماية DDoS.
- parameters
- TagsObject
المعلمات المتوفرة لتحديث علامات موارد خطة حماية DDoS.
معلمات الخيارات.
المرتجعات
Promise<DdosProtectionPlan>