InboundSecurityRuleOperations interface
表示 InboundSecurityRuleOperations 的介面。
方法
方法詳細資料
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
提供給建立或更新網路虛擬設備輸入安全性規則作業的參數。
選項參數。
傳回
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
提供給建立或更新網路虛擬設備輸入安全性規則作業的參數。
選項參數。
傳回
Promise<InboundSecurityRule>
get(string, string, string, InboundSecurityRuleGetOptionalParams)
擷取可用的指定網路虛擬設備輸入安全性規則集合。
function get(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleGetOptionalParams): Promise<InboundSecurityRule>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkVirtualApplianceName
-
string
網路虛擬設備的名稱。
- ruleCollectionName
-
string
安全性規則集合的名稱。
選項參數。
傳回
Promise<InboundSecurityRule>