Partager via


LocalRulestacks interface

Interface représentant un LocalRulestacks.

Méthodes

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

Valider la configuration de la pile de règles

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

Valider la configuration de la pile de règles

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Créer un LocalRulestackResource

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Créer un LocalRulestackResource

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

Supprimer un LocalRulestackResource

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

Supprimer un LocalRulestackResource

get(string, string, LocalRulestacksGetOptionalParams)

Obtenir un LocalRulestackResource

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

Obtenir le journal des modifications

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

informations de prise en charge pour la pile de règles.

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

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

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

Liste des AppIds pour LocalRulestack ApiVersion

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

Répertorier les ressources LocalRulestackResource par groupe de ressources

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

Répertorier les ressources LocalRulestackResource par ID d’abonnement

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Liste des pays pour Rulestack

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

Liste des pare-feu associés à Rulestack

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

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

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

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

revert(string, string, LocalRulestacksRevertOptionalParams)

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

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

Mettre à jour un LocalRulestackResource

Détails de la méthode

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

Valider la configuration de la pile de règles

function beginCommit(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksCommitOptionalParams

Paramètres d’options.

Retours

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

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

Valider la configuration de la pile de règles

function beginCommitAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksCommitOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Créer un LocalRulestackResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulestackResource>, LocalRulestackResource>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

resource
LocalRulestackResource

Paramètres de création de ressource.

options
LocalRulestacksCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Créer un LocalRulestackResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<LocalRulestackResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

resource
LocalRulestackResource

Paramètres de création de ressource.

options
LocalRulestacksCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

Supprimer un LocalRulestackResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

Supprimer un LocalRulestackResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, LocalRulestacksGetOptionalParams)

Obtenir un LocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetOptionalParams): Promise<LocalRulestackResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksGetOptionalParams

Paramètres d’options.

Retours

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

Obtenir le journal des modifications

function getChangeLog(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetChangeLogOptionalParams): Promise<Changelog>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksGetChangeLogOptionalParams

Paramètres d’options.

Retours

Promise<Changelog>

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

informations de prise en charge pour la pile de règles.

function getSupportInfo(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetSupportInfoOptionalParams): Promise<SupportInfo>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksGetSupportInfoOptionalParams

Paramètres d’options.

Retours

Promise<SupportInfo>

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

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

function listAdvancedSecurityObjects(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams): Promise<AdvSecurityObjectListResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

typeParam

string

Retours

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

Liste des AppIds pour LocalRulestack ApiVersion

function listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): Promise<ListAppIdResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksListAppIdsOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

Répertorier les ressources LocalRulestackResource par groupe de ressources

function listByResourceGroup(resourceGroupName: string, options?: LocalRulestacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
LocalRulestacksListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

Répertorier les ressources LocalRulestackResource par ID d’abonnement

function listBySubscription(options?: LocalRulestacksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>

Paramètres

options
LocalRulestacksListBySubscriptionOptionalParams

Paramètres d’options.

Retours

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Liste des pays pour Rulestack

function listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): Promise<CountriesResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksListCountriesOptionalParams

Paramètres d’options.

Retours

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

Liste des pare-feu associés à Rulestack

function listFirewalls(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListFirewallsOptionalParams): Promise<ListFirewallsResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksListFirewallsOptionalParams

Paramètres d’options.

Retours

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

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

function listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): Promise<PredefinedUrlCategoriesResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

Retours

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

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

function listSecurityServices(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListSecurityServicesOptionalParams): Promise<SecurityServicesResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

typeParam

string

options
LocalRulestacksListSecurityServicesOptionalParams

Paramètres d’options.

Retours

revert(string, string, LocalRulestacksRevertOptionalParams)

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

function revert(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksRevertOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulestacksRevertOptionalParams

Paramètres d’options.

Retours

Promise<void>

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

Mettre à jour un LocalRulestackResource

function update(resourceGroupName: string, localRulestackName: string, properties: LocalRulestackResourceUpdate, options?: LocalRulestacksUpdateOptionalParams): Promise<LocalRulestackResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

properties
LocalRulestackResourceUpdate

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

options
LocalRulestacksUpdateOptionalParams

Paramètres d’options.

Retours