Freigeben über


LocalRulestacks interface

Schnittstelle, die einen LocalRulestacks darstellt.

Methoden

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

Committen der Regelstackkonfiguration

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

Committen der Regelstackkonfiguration

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Erstellen einer LocalRulestackResource

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Erstellen einer LocalRulestackResource

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

Löschen einer LocalRulestackResource

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

Löschen einer LocalRulestackResource

get(string, string, LocalRulestacksGetOptionalParams)

Abrufen eines LocalRulestackResource

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

Changelog abrufen

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

Unterstützungsinformationen für regelstack.

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

Abrufen der Liste der erweiterten Sicherheitsobjekte

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

Liste der AppIds für LocalRulestack ApiVersion

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

Auflisten von LocalRulestackResource-Ressourcen nach Ressourcengruppe

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Liste der Länder für Rulestack

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

Liste der Firewalls, die Rulestack zugeordnet sind

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

Auflisten vordefinierter URL-Kategorien für Regelstapel

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

Auflisten der Sicherheitsdienste für rulestack

revert(string, string, LocalRulestacksRevertOptionalParams)

Wiederherstellen der Regelstapelkonfiguration

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

Aktualisieren einer LocalRulestackResource

Details zur Methode

beginCommit(string, string, LocalRulestacksCommitOptionalParams)

Committen der Regelstackkonfiguration

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksCommitOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)

Committen der Regelstackkonfiguration

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksCommitOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Erstellen einer LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

resource
LocalRulestackResource

Ressourcenerstellungsparameter.

options
LocalRulestacksCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)

Erstellen einer LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

resource
LocalRulestackResource

Ressourcenerstellungsparameter.

options
LocalRulestacksCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

beginDelete(string, string, LocalRulestacksDeleteOptionalParams)

Löschen einer LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)

Löschen einer LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, LocalRulestacksGetOptionalParams)

Abrufen eines LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksGetOptionalParams

Die Optionsparameter.

Gibt zurück

getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)

Changelog abrufen

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksGetChangeLogOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Changelog>

getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)

Unterstützungsinformationen für regelstack.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksGetSupportInfoOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<SupportInfo>

listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)

Abrufen der Liste der erweiterten Sicherheitsobjekte

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

typeParam

string

Gibt zurück

listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)

Liste der AppIds für LocalRulestack ApiVersion

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksListAppIdsOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)

Auflisten von LocalRulestackResource-Ressourcen nach Ressourcengruppe

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

options
LocalRulestacksListByResourceGroupOptionalParams

Die Optionsparameter.

Gibt zurück

listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)

Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID

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

Parameter

options
LocalRulestacksListBySubscriptionOptionalParams

Die Optionsparameter.

Gibt zurück

listCountries(string, string, LocalRulestacksListCountriesOptionalParams)

Liste der Länder für Rulestack

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksListCountriesOptionalParams

Die Optionsparameter.

Gibt zurück

listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)

Liste der Firewalls, die Rulestack zugeordnet sind

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksListFirewallsOptionalParams

Die Optionsparameter.

Gibt zurück

listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)

Auflisten vordefinierter URL-Kategorien für Regelstapel

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

Gibt zurück

listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)

Auflisten der Sicherheitsdienste für rulestack

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

typeParam

string

Gibt zurück

revert(string, string, LocalRulestacksRevertOptionalParams)

Wiederherstellen der Regelstapelkonfiguration

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

options
LocalRulestacksRevertOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)

Aktualisieren einer LocalRulestackResource

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

localRulestackName

string

LocalRulestack-Ressourcenname

properties
LocalRulestackResourceUpdate

Die zu aktualisierenden Ressourceneigenschaften.

options
LocalRulestacksUpdateOptionalParams

Die Optionsparameter.

Gibt zurück