InboundSecurityRuleOperationsOperations interface

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

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

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

get

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

プロパティの詳細

beginCreateOrUpdate

警告

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

use createOrUpdate instead

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

プロパティ値

(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

beginCreateOrUpdateAndWait

警告

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

use createOrUpdate instead

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

プロパティ値

(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>

プロパティ値

(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>

get

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

get: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>

プロパティ値

(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>