InboundNatRules interface
InboundNatRules を表すインターフェイス。
メソッド
begin |
ロード バランサーの受信 NAT 規則を作成または更新します。 |
begin |
ロード バランサーの受信 NAT 規則を作成または更新します。 |
begin |
指定したロード バランサーの受信 NAT 規則を削除します。 |
begin |
指定したロード バランサーの受信 NAT 規則を削除します。 |
get(string, string, string, Inbound |
指定したロード バランサーの受信 NAT 規則を取得します。 |
list(string, string, Inbound |
ロード バランサー内のすべての受信 NAT 規則を取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)
ロード バランサーの受信 NAT 規則を作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
- inboundNatRuleName
-
string
受信 NAT 規則の名前。
- inboundNatRuleParameters
- InboundNatRule
インバウンド NAT 規則の作成または更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>
beginCreateOrUpdateAndWait(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)
ロード バランサーの受信 NAT 規則を作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams): Promise<InboundNatRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
- inboundNatRuleName
-
string
受信 NAT 規則の名前。
- inboundNatRuleParameters
- InboundNatRule
インバウンド NAT 規則の作成または更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<InboundNatRule>
beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)
指定したロード バランサーの受信 NAT 規則を削除します。
function beginDelete(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
- inboundNatRuleName
-
string
受信 NAT 規則の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)
指定したロード バランサーの受信 NAT 規則を削除します。
function beginDeleteAndWait(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
- inboundNatRuleName
-
string
受信 NAT 規則の名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, InboundNatRulesGetOptionalParams)
指定したロード バランサーの受信 NAT 規則を取得します。
function get(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams): Promise<InboundNatRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
- inboundNatRuleName
-
string
受信 NAT 規則の名前。
- options
- InboundNatRulesGetOptionalParams
options パラメーター。
戻り値
Promise<InboundNatRule>
list(string, string, InboundNatRulesListOptionalParams)
ロード バランサー内のすべての受信 NAT 規則を取得します。
function list(resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams): PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- loadBalancerName
-
string
ロード バランサ―の名前。
options パラメーター。