InboundSecurityRuleOperationsOperations interface

Bir InboundSecurityRuleOperations işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Belirtilen Ağ Sanal Gereci Gelen Güvenlik Kurallarını oluşturur veya güncelleştirir.

get

Kullanılabilir belirtilen Ağ Sanal Gereci Gelen Güvenlik Kuralları Koleksiyonu'nu alır.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

beginCreateOrUpdateAndWait

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

createOrUpdate

Belirtilen Ağ Sanal Gereci Gelen Güvenlik Kurallarını oluşturur veya güncelleştirir.

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

Özellik Değeri

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

get

Kullanılabilir belirtilen Ağ Sanal Gereci Gelen Güvenlik Kuralları Koleksiyonu'nu alır.

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

Özellik Değeri

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