次の方法で共有


InboundSecurityRuleOperations interface

InboundSecurityRuleOperations を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則を作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則を作成または更新します。

get(string, string, string, InboundSecurityRuleGetOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則コレクションを取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

パラメーター

resourceGroupName

string

リソース グループの名前。

networkVirtualApplianceName

string

ネットワーク仮想アプライアンスの名前。

ruleCollectionName

string

セキュリティ規則コレクションの名前。

parameters
InboundSecurityRule

ネットワーク仮想アプライアンスの受信セキュリティ規則の作成または更新操作に指定されたパラメーター。

options
InboundSecurityRuleCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<InboundSecurityRule>

パラメーター

resourceGroupName

string

リソース グループの名前。

networkVirtualApplianceName

string

ネットワーク仮想アプライアンスの名前。

ruleCollectionName

string

セキュリティ規則コレクションの名前。

parameters
InboundSecurityRule

ネットワーク仮想アプライアンスの受信セキュリティ規則の作成または更新操作に指定されたパラメーター。

options
InboundSecurityRuleCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

get(string, string, string, InboundSecurityRuleGetOptionalParams)

指定したネットワーク仮想アプライアンスの受信セキュリティ規則コレクションを取得します。

function get(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleGetOptionalParams): Promise<InboundSecurityRule>

パラメーター

resourceGroupName

string

リソース グループの名前。

networkVirtualApplianceName

string

ネットワーク仮想アプライアンスの名前。

ruleCollectionName

string

セキュリティ規則コレクションの名前。

options
InboundSecurityRuleGetOptionalParams

オプション パラメーター。

戻り値