Partager via


GlobalRulestack interface

Interface représentant une globalRulestack.

Méthodes

beginCommit(string, GlobalRulestackCommitOptionalParams)

Valider la configuration de la pile de règles

beginCommitAndWait(string, GlobalRulestackCommitOptionalParams)

Valider la configuration de la pile de règles

beginCreateOrUpdate(string, GlobalRulestackResource, GlobalRulestackCreateOrUpdateOptionalParams)

Créer un GlobalRulestackResource

beginCreateOrUpdateAndWait(string, GlobalRulestackResource, GlobalRulestackCreateOrUpdateOptionalParams)

Créer un GlobalRulestackResource

beginDelete(string, GlobalRulestackDeleteOptionalParams)

Supprimer un GlobalRulestackResource

beginDeleteAndWait(string, GlobalRulestackDeleteOptionalParams)

Supprimer un GlobalRulestackResource

get(string, GlobalRulestackGetOptionalParams)

Obtenir un GlobalRulestackResource

getChangeLog(string, GlobalRulestackGetChangeLogOptionalParams)

Obtenir le journal des modifications

list(GlobalRulestackListOptionalParams)

Répertorier les ressources GlobalRulestackResource par locataire

listAdvancedSecurityObjects(string, string, GlobalRulestackListAdvancedSecurityObjectsOptionalParams)

Obtenir la liste des objets de sécurité avancés

listAppIds(string, GlobalRulestackListAppIdsOptionalParams)

Liste des AppIds pour GlobalRulestack ApiVersion

listCountries(string, GlobalRulestackListCountriesOptionalParams)

Liste des pays pour Rulestack

listFirewalls(string, GlobalRulestackListFirewallsOptionalParams)

Liste des pare-feu associés à Rulestack

listPredefinedUrlCategories(string, GlobalRulestackListPredefinedUrlCategoriesOptionalParams)

Répertorier les catégories d’URL prédéfinies pour rulestack

listSecurityServices(string, string, GlobalRulestackListSecurityServicesOptionalParams)

Répertorier les services de sécurité pour rulestack

revert(string, GlobalRulestackRevertOptionalParams)

Rétablir la configuration de la pile de règles

update(string, GlobalRulestackResourceUpdate, GlobalRulestackUpdateOptionalParams)

Mettre à jour un GlobalRulestackResource

Détails de la méthode

beginCommit(string, GlobalRulestackCommitOptionalParams)

Valider la configuration de la pile de règles

function beginCommit(globalRulestackName: string, options?: GlobalRulestackCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackCommitOptionalParams

Paramètres d’options.

Retours

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

beginCommitAndWait(string, GlobalRulestackCommitOptionalParams)

Valider la configuration de la pile de règles

function beginCommitAndWait(globalRulestackName: string, options?: GlobalRulestackCommitOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackCommitOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginCreateOrUpdate(string, GlobalRulestackResource, GlobalRulestackCreateOrUpdateOptionalParams)

Créer un GlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, resource: GlobalRulestackResource, options?: GlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GlobalRulestackResource>, GlobalRulestackResource>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

resource
GlobalRulestackResource

Paramètres de création de ressource.

options
GlobalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, GlobalRulestackResource, GlobalRulestackCreateOrUpdateOptionalParams)

Créer un GlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, resource: GlobalRulestackResource, options?: GlobalRulestackCreateOrUpdateOptionalParams): Promise<GlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

resource
GlobalRulestackResource

Paramètres de création de ressource.

options
GlobalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, GlobalRulestackDeleteOptionalParams)

Supprimer un GlobalRulestackResource

function beginDelete(globalRulestackName: string, options?: GlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, GlobalRulestackDeleteOptionalParams)

Supprimer un GlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, options?: GlobalRulestackDeleteOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, GlobalRulestackGetOptionalParams)

Obtenir un GlobalRulestackResource

function get(globalRulestackName: string, options?: GlobalRulestackGetOptionalParams): Promise<GlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackGetOptionalParams

Paramètres d’options.

Retours

getChangeLog(string, GlobalRulestackGetChangeLogOptionalParams)

Obtenir le journal des modifications

function getChangeLog(globalRulestackName: string, options?: GlobalRulestackGetChangeLogOptionalParams): Promise<Changelog>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackGetChangeLogOptionalParams

Paramètres d’options.

Retours

Promise<Changelog>

list(GlobalRulestackListOptionalParams)

Répertorier les ressources GlobalRulestackResource par locataire

function list(options?: GlobalRulestackListOptionalParams): PagedAsyncIterableIterator<GlobalRulestackResource, GlobalRulestackResource[], PageSettings>

Paramètres

options
GlobalRulestackListOptionalParams

Paramètres d’options.

Retours

listAdvancedSecurityObjects(string, string, GlobalRulestackListAdvancedSecurityObjectsOptionalParams)

Obtenir la liste des objets de sécurité avancés

function listAdvancedSecurityObjects(globalRulestackName: string, typeParam: string, options?: GlobalRulestackListAdvancedSecurityObjectsOptionalParams): Promise<AdvSecurityObjectListResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

typeParam

string

Retours

listAppIds(string, GlobalRulestackListAppIdsOptionalParams)

Liste des AppIds pour GlobalRulestack ApiVersion

function listAppIds(globalRulestackName: string, options?: GlobalRulestackListAppIdsOptionalParams): Promise<ListAppIdResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackListAppIdsOptionalParams

Paramètres d’options.

Retours

listCountries(string, GlobalRulestackListCountriesOptionalParams)

Liste des pays pour Rulestack

function listCountries(globalRulestackName: string, options?: GlobalRulestackListCountriesOptionalParams): Promise<CountriesResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackListCountriesOptionalParams

Paramètres d’options.

Retours

listFirewalls(string, GlobalRulestackListFirewallsOptionalParams)

Liste des pare-feu associés à Rulestack

function listFirewalls(globalRulestackName: string, options?: GlobalRulestackListFirewallsOptionalParams): Promise<ListFirewallsResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackListFirewallsOptionalParams

Paramètres d’options.

Retours

listPredefinedUrlCategories(string, GlobalRulestackListPredefinedUrlCategoriesOptionalParams)

Répertorier les catégories d’URL prédéfinies pour rulestack

function listPredefinedUrlCategories(globalRulestackName: string, options?: GlobalRulestackListPredefinedUrlCategoriesOptionalParams): Promise<PredefinedUrlCategoriesResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

Retours

listSecurityServices(string, string, GlobalRulestackListSecurityServicesOptionalParams)

Répertorier les services de sécurité pour rulestack

function listSecurityServices(globalRulestackName: string, typeParam: string, options?: GlobalRulestackListSecurityServicesOptionalParams): Promise<SecurityServicesResponse>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

typeParam

string

options
GlobalRulestackListSecurityServicesOptionalParams

Paramètres d’options.

Retours

revert(string, GlobalRulestackRevertOptionalParams)

Rétablir la configuration de la pile de règles

function revert(globalRulestackName: string, options?: GlobalRulestackRevertOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
GlobalRulestackRevertOptionalParams

Paramètres d’options.

Retours

Promise<void>

update(string, GlobalRulestackResourceUpdate, GlobalRulestackUpdateOptionalParams)

Mettre à jour un GlobalRulestackResource

function update(globalRulestackName: string, properties: GlobalRulestackResourceUpdate, options?: GlobalRulestackUpdateOptionalParams): Promise<GlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

properties
GlobalRulestackResourceUpdate

Propriétés de ressource à mettre à jour.

options
GlobalRulestackUpdateOptionalParams

Paramètres d’options.

Retours