InternetGatewayRulesOperations interface

InternetGatewayRules操作を表すインターフェース。

プロパティ

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

インターネットゲートウェイのルールリソースを作成します。

delete
get

インターネット ゲートウェイ 規則リソースを取得します。

listByResourceGroup

リソースグループ別のGETメソッドによるインターネットゲートウェイルールリストを実装します。

listBySubscription

与えられたサブスクリプションのすべてのInternet Gatewayルールをリストアップしてください。

update

インターネットゲートウェイルールリソースの特定のプロパティを更新するためのAPIです。

プロパティの詳細

beginCreate

警告

この API は非推奨になりました。

use create instead

beginCreate: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

beginCreateAndWait

警告

この API は非推奨になりました。

use create instead

beginCreateAndWait: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<InternetGatewayRule>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<InternetGatewayRule>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<InternetGatewayRule>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<InternetGatewayRule>

create

インターネットゲートウェイのルールリソースを作成します。

create: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>

delete

delete: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

インターネット ゲートウェイ 規則リソースを取得します。

get: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams) => Promise<InternetGatewayRule>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams) => Promise<InternetGatewayRule>

listByResourceGroup

リソースグループ別のGETメソッドによるインターネットゲートウェイルールリストを実装します。

listByResourceGroup: (resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>

listBySubscription

与えられたサブスクリプションのすべてのInternet Gatewayルールをリストアップしてください。

listBySubscription: (options?: InternetGatewayRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>

プロパティ値

(options?: InternetGatewayRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>

update

インターネットゲートウェイルールリソースの特定のプロパティを更新するためのAPIです。

update: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>

プロパティ値

(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>