Поделиться через


PrefixListLocalRulestack interface

Интерфейс, представляющий ПрефиксListLocalRulestack.

Методы

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

Создание prefixListResource

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

Создание prefixListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Удаление prefixListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Удаление prefixListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Получение префиксаListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Перечисление ресурсов PrefixListResource по LocalRulestacks

Сведения о методе

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

Создание prefixListResource

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

name

string

Приоритет локального правила

resource
PrefixListResource

Параметры создания ресурса.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

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

Создание prefixListResource

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

name

string

Приоритет локального правила

resource
PrefixListResource

Параметры создания ресурса.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Удаление prefixListResource

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

name

string

Приоритет локального правила

options
PrefixListLocalRulestackDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Удаление prefixListResource

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

name

string

Приоритет локального правила

options
PrefixListLocalRulestackDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Получение префиксаListResource

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

name

string

Приоритет локального правила

options
PrefixListLocalRulestackGetOptionalParams

Параметры параметров.

Возвращаемое значение

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Перечисление ресурсов PrefixListResource по LocalRulestacks

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

localRulestackName

string

Имя ресурса LocalRulestack

options
PrefixListLocalRulestackListByLocalRulestacksOptionalParams

Параметры параметров.

Возвращаемое значение