Partager via


InboundNatRules interface

Interface représentant un inboundNatRules.

Méthodes

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

get(string, string, string, InboundNatRulesGetOptionalParams)

Obtient la règle nat entrante de l’équilibreur de charge spécifiée.

list(string, string, InboundNatRulesListOptionalParams)

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

Détails de la méthode

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

inboundNatRuleName

string

Nom de la règle nat entrante.

inboundNatRuleParameters
InboundNatRule

Paramètres fournis à l’opération de création ou de mise à jour de règle nat entrante.

options
InboundNatRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

inboundNatRuleName

string

Nom de la règle nat entrante.

inboundNatRuleParameters
InboundNatRule

Paramètres fournis à l’opération de création ou de mise à jour de règle nat entrante.

options
InboundNatRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<InboundNatRule>

beginDelete(string, string, string, InboundNatRulesDeleteOptionalParams)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

inboundNatRuleName

string

Nom de la règle nat entrante.

options
InboundNatRulesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, InboundNatRulesDeleteOptionalParams)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

inboundNatRuleName

string

Nom de la règle nat entrante.

options
InboundNatRulesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, InboundNatRulesGetOptionalParams)

Obtient la règle nat entrante de l’équilibreur de charge spécifiée.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

inboundNatRuleName

string

Nom de la règle nat entrante.

options
InboundNatRulesGetOptionalParams

Paramètres d’options.

Retours

Promise<InboundNatRule>

list(string, string, InboundNatRulesListOptionalParams)

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

loadBalancerName

string

Le nom de l’équilibreur de charge.

options
InboundNatRulesListOptionalParams

Paramètres d’options.

Retours