PrefixListLocalRulestack interface
Интерфейс, представляющий ПрефиксListLocalRulestack.
Методы
begin |
Создание prefixListResource |
begin |
Создание prefixListResource |
begin |
Удаление prefixListResource |
begin |
Удаление prefixListResource |
get(string, string, string, Prefix |
Получение префиксаListResource |
list |
Перечисление ресурсов 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
Параметры создания ресурса.
Параметры параметров.
Возвращаемое значение
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
Параметры создания ресурса.
Параметры параметров.
Возвращаемое значение
Promise<PrefixListResource>
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
Приоритет локального правила
Параметры параметров.
Возвращаемое значение
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
Приоритет локального правила
Параметры параметров.
Возвращаемое значение
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
Приоритет локального правила
Параметры параметров.
Возвращаемое значение
Promise<PrefixListResource>
listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)
Перечисление ресурсов PrefixListResource по LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- localRulestackName
-
string
Имя ресурса LocalRulestack
Параметры параметров.