次の方法で共有


IInboundNatRulesOperations インターフェイス

定義

InboundNatRulesOperations 操作。

public interface IInboundNatRulesOperations
type IInboundNatRulesOperations = interface
Public Interface IInboundNatRulesOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundNatRuleInner, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundNatRuleInner, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

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

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

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

CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

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

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

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

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

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

ListAsync(IInboundNatRulesOperations, String, String, CancellationToken)

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

ListNextAsync(IInboundNatRulesOperations, String, CancellationToken)

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

適用対象