Partager via


PrefixListLocalRulestack interface

Interface représentant un PrefixListLocalRulestack.

Méthodes

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListResource

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Supprimer un PrefixListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Supprimer un PrefixListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obtenir un PrefixListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Répertorier les ressources PrefixListResource par LocalRulestacks

Détails de la méthode

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListResource>, PrefixListResource>>

Paramètres

resourceGroupName

string

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

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

Priorité de la règle locale

resource
PrefixListResource

Paramètres de création de ressource.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListResource>

Paramètres

resourceGroupName

string

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

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

Priorité de la règle locale

resource
PrefixListResource

Paramètres de création de ressource.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Supprimer un PrefixListResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): 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

name

string

Priorité de la règle locale

options
PrefixListLocalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Supprimer un PrefixListResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): 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

name

string

Priorité de la règle locale

options
PrefixListLocalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obtenir un PrefixListResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

Paramètres

resourceGroupName

string

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

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

Priorité de la règle locale

options
PrefixListLocalRulestackGetOptionalParams

Paramètres d’options.

Retours

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Répertorier les ressources PrefixListResource par LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>

Paramètres

resourceGroupName

string

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

localRulestackName

string

Nom de la ressource LocalRulestack

Retours