InternetGatewayRules interface
Интерфейс, представляющий InternetGatewayRules.
Методы
Сведения о методе
beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
Создает ресурс правила шлюза Интернета.
function beginCreate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
- body
- InternetGatewayRule
Полезные данные запроса.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
Создает ресурс правила шлюза Интернета.
function beginCreateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<InternetGatewayRule>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
- body
- InternetGatewayRule
Полезные данные запроса.
Параметры параметров.
Возвращаемое значение
Promise<InternetGatewayRule>
beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)
Реализует метод DELETE правил шлюза Интернета.
function beginDelete(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)
Реализует метод DELETE правил шлюза Интернета.
function beginDeleteAndWait(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<InternetGatewayRulesDeleteHeaders>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
Параметры параметров.
Возвращаемое значение
Promise<InternetGatewayRulesDeleteHeaders>
beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)
API для обновления определенных свойств ресурса правила шлюза Интернета.
function beginUpdate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
Свойства правила шлюза Интернета для обновления.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)
API для обновления определенных свойств ресурса правила шлюза Интернета.
function beginUpdateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<InternetGatewayRule>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
Свойства правила шлюза Интернета для обновления.
Параметры параметров.
Возвращаемое значение
Promise<InternetGatewayRule>
get(string, string, InternetGatewayRulesGetOptionalParams)
Возвращает ресурс правила шлюза Интернета.
function get(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams): Promise<InternetGatewayRule>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- internetGatewayRuleName
-
string
Имя правила шлюза Интернета.
Параметры параметров.
Возвращаемое значение
Promise<InternetGatewayRule>
listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)
Реализует список правил шлюза Интернета по методу GET группы ресурсов.
function listByResourceGroup(resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
Параметры параметров.
Возвращаемое значение
listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)
Вывод списка всех правил шлюза Интернета в указанной подписке.
function listBySubscription(options?: InternetGatewayRulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
Параметры
Параметры параметров.