LocalRulestacks interface
Interface die een LocalRulestacks vertegenwoordigt.
Methoden
Methodedetails
beginCommit(string, string, LocalRulestacksCommitOptionalParams)
Configuratie van regelstack doorvoeren
function beginCommit(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginCommitAndWait(string, string, LocalRulestacksCommitOptionalParams)
Configuratie van regelstack doorvoeren
function beginCommitAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<void>
beginCreateOrUpdate(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)
Een LocalRulestackResource maken
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulestackResource>, LocalRulestackResource>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- resource
- LocalRulestackResource
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<LocalRulestackResource>, LocalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, LocalRulestackResource, LocalRulestacksCreateOrUpdateOptionalParams)
Een LocalRulestackResource maken
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<LocalRulestackResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- resource
- LocalRulestackResource
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<LocalRulestackResource>
beginDelete(string, string, LocalRulestacksDeleteOptionalParams)
Een LocalRulestackResource verwijderen
function beginDelete(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, LocalRulestacksDeleteOptionalParams)
Een LocalRulestackResource verwijderen
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<void>
get(string, string, LocalRulestacksGetOptionalParams)
Een LocalRulestackResource ophalen
function get(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetOptionalParams): Promise<LocalRulestackResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- options
- LocalRulestacksGetOptionalParams
De optiesparameters.
Retouren
Promise<LocalRulestackResource>
getChangeLog(string, string, LocalRulestacksGetChangeLogOptionalParams)
Wijzigingenlogboek ophalen
function getChangeLog(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetChangeLogOptionalParams): Promise<Changelog>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<Changelog>
getSupportInfo(string, string, LocalRulestacksGetSupportInfoOptionalParams)
ondersteuningsinformatie voor rulestack.
function getSupportInfo(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetSupportInfoOptionalParams): Promise<SupportInfo>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<SupportInfo>
listAdvancedSecurityObjects(string, string, string, LocalRulestacksListAdvancedSecurityObjectsOptionalParams)
De lijst met geavanceerde beveiligingsobjecten ophalen
function listAdvancedSecurityObjects(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams): Promise<AdvSecurityObjectListResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- typeParam
-
string
De optiesparameters.
Retouren
Promise<AdvSecurityObjectListResponse>
listAppIds(string, string, LocalRulestacksListAppIdsOptionalParams)
Lijst met AppIds voor LocalRulestack ApiVersion
function listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): Promise<ListAppIdResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<ListAppIdResponse>
listByResourceGroup(string, LocalRulestacksListByResourceGroupOptionalParams)
LocalRulestackResource-resources weergeven per resourcegroep
function listByResourceGroup(resourceGroupName: string, options?: LocalRulestacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(LocalRulestacksListBySubscriptionOptionalParams)
LocalRulestackResource-resources weergeven op abonnements-id
function listBySubscription(options?: LocalRulestacksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource, LocalRulestackResource[], PageSettings>
Parameters
De optiesparameters.
Retouren
listCountries(string, string, LocalRulestacksListCountriesOptionalParams)
Lijst met landen voor Rulestack
function listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): Promise<CountriesResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<CountriesResponse>
listFirewalls(string, string, LocalRulestacksListFirewallsOptionalParams)
Lijst met firewalls die zijn gekoppeld aan Rulestack
function listFirewalls(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListFirewallsOptionalParams): Promise<ListFirewallsResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<ListFirewallsResponse>
listPredefinedUrlCategories(string, string, LocalRulestacksListPredefinedUrlCategoriesOptionalParams)
Vooraf gedefinieerde URL-categorieën voor rulestack weergeven
function listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): Promise<PredefinedUrlCategoriesResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<PredefinedUrlCategoriesResponse>
listSecurityServices(string, string, string, LocalRulestacksListSecurityServicesOptionalParams)
De beveiligingsservices voor rulestack weergeven
function listSecurityServices(resourceGroupName: string, localRulestackName: string, typeParam: string, options?: LocalRulestacksListSecurityServicesOptionalParams): Promise<SecurityServicesResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- typeParam
-
string
De optiesparameters.
Retouren
Promise<SecurityServicesResponse>
revert(string, string, LocalRulestacksRevertOptionalParams)
Configuratie van regelstack herstellen
function revert(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksRevertOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
De optiesparameters.
Retouren
Promise<void>
update(string, string, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams)
Een LocalRulestackResource bijwerken
function update(resourceGroupName: string, localRulestackName: string, properties: LocalRulestackResourceUpdate, options?: LocalRulestacksUpdateOptionalParams): Promise<LocalRulestackResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- localRulestackName
-
string
LocalRulestack-resourcenaam
- properties
- LocalRulestackResourceUpdate
De resource-eigenschappen die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<LocalRulestackResource>