InboundNatRules interface

InboundNatRules를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

부하 분산 장치 인바운드 nat 규칙을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

부하 분산 장치 인바운드 nat 규칙을 만들거나 업데이트합니다.

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 삭제합니다.

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 삭제합니다.

get(string, string, string, InboundNatRulesGetOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 가져옵니다.

list(string, string, InboundNatRulesListOptionalParams)

부하 분산 장치의 모든 인바운드 nat 규칙을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

부하 분산 장치 인바운드 nat 규칙을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InboundNatRule>, InboundNatRule>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

inboundNatRuleName

string

인바운드 nat 규칙의 이름입니다.

inboundNatRuleParameters
InboundNatRule

인바운드 nat 규칙 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
InboundNatRulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<InboundNatRule>, InboundNatRule>>

beginCreateOrUpdateAndWait(string, string, string, InboundNatRule, InboundNatRulesCreateOrUpdateOptionalParams)

부하 분산 장치 인바운드 nat 규칙을 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

inboundNatRuleName

string

인바운드 nat 규칙의 이름입니다.

inboundNatRuleParameters
InboundNatRule

인바운드 nat 규칙 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
InboundNatRulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<InboundNatRule>

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 삭제합니다.

function beginDelete(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

inboundNatRuleName

string

인바운드 nat 규칙의 이름입니다.

options
InboundNatRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 삭제합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

inboundNatRuleName

string

인바운드 nat 규칙의 이름입니다.

options
InboundNatRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, InboundNatRulesGetOptionalParams)

지정된 부하 분산 장치 인바운드 nat 규칙을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

inboundNatRuleName

string

인바운드 nat 규칙의 이름입니다.

options
InboundNatRulesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<InboundNatRule>

list(string, string, InboundNatRulesListOptionalParams)

부하 분산 장치의 모든 인바운드 nat 규칙을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

loadBalancerName

string

부하 분산 장치의 이름입니다.

options
InboundNatRulesListOptionalParams

옵션 매개 변수입니다.

반환