InboundNatRules interface

InboundNatRules-t képviselő felület.

Metódusok

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

Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít.

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

Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít.

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

Törli a megadott terheléselosztó bejövő NAT-szabályát.

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

Törli a megadott terheléselosztó bejövő NAT-szabályát.

get(string, string, string, InboundNatRulesGetOptionalParams)

Lekéri a megadott terheléselosztó bejövő NAT-szabályát.

list(string, string, InboundNatRulesListOptionalParams)

Lekéri az összes bejövő NAT-szabályt egy terheléselosztóban.

Metódus adatai

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

Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

inboundNatRuleName

string

A bejövő NAT-szabály neve.

inboundNatRuleParameters
InboundNatRule

A bejövő NAT-szabály létrehozásának vagy frissítésének műveletéhez megadott paraméterek.

options
InboundNatRulesCreateOrUpdateOptionalParams

A beállítások paraméterei.

Válaszok

Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>

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

Terheléselosztó bejövő NAT-szabályt hoz létre vagy frissít.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

inboundNatRuleName

string

A bejövő NAT-szabály neve.

inboundNatRuleParameters
InboundNatRule

A bejövő NAT-szabály létrehozásának vagy frissítésének műveletéhez megadott paraméterek.

options
InboundNatRulesCreateOrUpdateOptionalParams

A beállítások paraméterei.

Válaszok

Promise<InboundNatRule>

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

Törli a megadott terheléselosztó bejövő NAT-szabályát.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

inboundNatRuleName

string

A bejövő NAT-szabály neve.

options
InboundNatRulesDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

Törli a megadott terheléselosztó bejövő NAT-szabályát.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

inboundNatRuleName

string

A bejövő NAT-szabály neve.

options
InboundNatRulesDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

get(string, string, string, InboundNatRulesGetOptionalParams)

Lekéri a megadott terheléselosztó bejövő NAT-szabályát.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

inboundNatRuleName

string

A bejövő NAT-szabály neve.

options
InboundNatRulesGetOptionalParams

A beállítások paraméterei.

Válaszok

Promise<InboundNatRule>

list(string, string, InboundNatRulesListOptionalParams)

Lekéri az összes bejövő NAT-szabályt egy terheléselosztóban.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

loadBalancerName

string

A terheléselosztó neve.

options
InboundNatRulesListOptionalParams

A beállítások paraméterei.

Válaszok