InboundNatRulesOperations interface

Bir InboundNatRules işlemini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Yük dengeleyici gelen NAT kuralı oluşturur veya güncelleştirir.

delete

Belirtilen yük dengeleyici gelen NAT kuralını siler.

get

Belirtilen yük dengeleyici gelen NAT kuralını alır.

list

Yük dengeleyicideki tüm gelen NAT kurallarını alır.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>

beginCreateOrUpdateAndWait

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<InboundNatRule>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<InboundNatRule>

beginDelete

Uyarı

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

use delete instead

beginDelete: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<void>

createOrUpdate

Yük dengeleyici gelen NAT kuralı oluşturur veya güncelleştirir.

createOrUpdate: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundNatRule>, InboundNatRule>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundNatRule>, InboundNatRule>

delete

Belirtilen yük dengeleyici gelen NAT kuralını siler.

delete: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Belirtilen yük dengeleyici gelen NAT kuralını alır.

get: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams) => Promise<InboundNatRule>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams) => Promise<InboundNatRule>

list

Yük dengeleyicideki tüm gelen NAT kurallarını alır.

list: (resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams) => PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>

Özellik Değeri

(resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams) => PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>