InternetGatewayRules interface
InternetGatewayRules を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
Internet Gateway ルール リソースを作成します。
function beginCreate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- internetGatewayRuleName
-
string
インターネット ゲートウェイ規則の名前。
- body
- InternetGatewayRule
要求ペイロード。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)
Internet Gateway ルール リソースを作成します。
function beginCreateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<InternetGatewayRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- internetGatewayRuleName
-
string
インターネット ゲートウェイ規則の名前。
- body
- InternetGatewayRule
要求ペイロード。
options パラメーター。
戻り値
Promise<InternetGatewayRule>
beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)
Internet Gateway Rules DELETE メソッドを実装します。
function beginDelete(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- internetGatewayRuleName
-
string
インターネット ゲートウェイ規則の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>
beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)
Internet Gateway Rules DELETE メソッドを実装します。
function beginDeleteAndWait(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<InternetGatewayRulesDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- internetGatewayRuleName
-
string
インターネット ゲートウェイ規則の名前。
options パラメーター。
戻り値
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
インターネット ゲートウェイ規則の名前。
更新するインターネット ゲートウェイ ルールのプロパティ。
options パラメーター。
戻り値
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
インターネット ゲートウェイ規則の名前。
更新するインターネット ゲートウェイ ルールのプロパティ。
options パラメーター。
戻り値
Promise<InternetGatewayRule>
get(string, string, InternetGatewayRulesGetOptionalParams)
インターネット ゲートウェイ 規則リソースを取得します。
function get(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams): Promise<InternetGatewayRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- internetGatewayRuleName
-
string
インターネット ゲートウェイ規則の名前。
options パラメーター。
戻り値
Promise<InternetGatewayRule>
listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)
リソース グループ GET メソッド別の Internet Gateway ルール リストを実装します。
function listByResourceGroup(resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)
指定されたサブスクリプション内のすべての Internet Gateway ルールを一覧表示します。
function listBySubscription(options?: InternetGatewayRulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
パラメーター
options パラメーター。