次の方法で共有


InboundNatRulesOperationsExtensions クラス

定義

InboundNatRulesOperations の拡張メソッド。

public static class InboundNatRulesOperationsExtensions
type InboundNatRulesOperationsExtensions = class
Public Module InboundNatRulesOperationsExtensions
継承
InboundNatRulesOperationsExtensions

メソッド

BeginCreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule)

ロード バランサーの受信 NAT 規則を作成または更新します。

BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken)

ロード バランサーの受信 NAT 規則を作成または更新します。

BeginDelete(IInboundNatRulesOperations, String, String, String)

指定したロード バランサーの受信 NAT 規則を削除します。

BeginDeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

指定したロード バランサーの受信 NAT 規則を削除します。

CreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule)

ロード バランサーの受信 NAT 規則を作成または更新します。

CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken)

ロード バランサーの受信 NAT 規則を作成または更新します。

Delete(IInboundNatRulesOperations, String, String, String)

指定したロード バランサーの受信 NAT 規則を削除します。

DeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

指定したロード バランサーの受信 NAT 規則を削除します。

Get(IInboundNatRulesOperations, String, String, String, String)

指定したロード バランサーの受信 NAT 規則を取得します。

GetAsync(IInboundNatRulesOperations, String, String, String, String, CancellationToken)

指定したロード バランサーの受信 NAT 規則を取得します。

List(IInboundNatRulesOperations, String, String)

ロード バランサー内のすべての受信 NAT 規則を取得します。

ListAsync(IInboundNatRulesOperations, String, String, CancellationToken)

ロード バランサー内のすべての受信 NAT 規則を取得します。

ListNext(IInboundNatRulesOperations, String)

ロード バランサー内のすべての受信 NAT 規則を取得します。

ListNextAsync(IInboundNatRulesOperations, String, CancellationToken)

ロード バランサー内のすべての受信 NAT 規則を取得します。

適用対象