DdosProtectionPlans interface
Interface die een DdosProtectionPlans vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een DDoS-beveiligingsplan aan.
function beginCreateOrUpdate(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
- parameters
- DdosProtectionPlan
Parameters die zijn opgegeven voor de bewerking voor maken of bijwerken.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>
beginCreateOrUpdateAndWait(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een DDoS-beveiligingsplan aan.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<DdosProtectionPlan>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
- parameters
- DdosProtectionPlan
Parameters die zijn opgegeven voor de bewerking voor maken of bijwerken.
De optiesparameters.
Retouren
Promise<DdosProtectionPlan>
beginDelete(string, string, DdosProtectionPlansDeleteOptionalParams)
Hiermee verwijdert u het opgegeven DDoS-beveiligingsplan.
function beginDelete(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, DdosProtectionPlansDeleteOptionalParams)
Hiermee verwijdert u het opgegeven DDoS-beveiligingsplan.
function beginDeleteAndWait(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
De optiesparameters.
Retouren
Promise<void>
get(string, string, DdosProtectionPlansGetOptionalParams)
Hiermee wordt informatie opgehaald over het opgegeven DDoS-beveiligingsplan.
function get(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams): Promise<DdosProtectionPlan>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
De optiesparameters.
Retouren
Promise<DdosProtectionPlan>
list(DdosProtectionPlansListOptionalParams)
Hiermee worden alle DDoS-beveiligingsplannen in een abonnement opgehaald.
function list(options?: DdosProtectionPlansListOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
Parameters
De optiesparameters.
Retouren
listByResourceGroup(string, DdosProtectionPlansListByResourceGroupOptionalParams)
Hiermee worden alle DDoS-beveiligingsplannen in een resourcegroep opgehaald.
function listByResourceGroup(resourceGroupName: string, options?: DdosProtectionPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
De optiesparameters.
Retouren
updateTags(string, string, TagsObject, DdosProtectionPlansUpdateTagsOptionalParams)
Een DDoS-beveiligingsplantags bijwerken.
function updateTags(resourceGroupName: string, ddosProtectionPlanName: string, parameters: TagsObject, options?: DdosProtectionPlansUpdateTagsOptionalParams): Promise<DdosProtectionPlan>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ddosProtectionPlanName
-
string
De naam van het DDoS-beveiligingsplan.
- parameters
- TagsObject
Parameters die worden geleverd aan de resourcetags van het DDoS-beveiligingsplan bijwerken.
De optiesparameters.
Retouren
Promise<DdosProtectionPlan>