InboundNatRulesOperations interface
A InboundNatRules műveleteket reprezentáló interfész.
Tulajdonságok
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Létrehoz vagy frissít egy terheléselosztó bejövő NAT-szabályt. |
| delete | Törli a megadott terheléselosztó bejövő NAT-szabályát. |
| get | Lekéri a megadott terheléselosztó bejövő NAT-szabályát. |
| list | Lekéri az összes bejövő NAT-szabályt egy terheléselosztóban. |
Tulajdonság adatai
beginCreateOrUpdate
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundNatRule>, InboundNatRule>>
beginCreateOrUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<InboundNatRule>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => Promise<InboundNatRule>
beginDelete
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDelete: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<void>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => Promise<void>
createOrUpdate
Létrehoz vagy frissít egy terheléselosztó bejövő NAT-szabályt.
createOrUpdate: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundNatRule>, InboundNatRule>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, inboundNatRuleParameters: InboundNatRule, options?: InboundNatRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundNatRule>, InboundNatRule>
delete
Törli a megadott terheléselosztó bejövő NAT-szabályát.
delete: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Lekéri a megadott terheléselosztó bejövő NAT-szabályát.
get: (resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams) => Promise<InboundNatRule>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, inboundNatRuleName: string, options?: InboundNatRulesGetOptionalParams) => Promise<InboundNatRule>
list
Lekéri az összes bejövő NAT-szabályt egy terheléselosztóban.
list: (resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams) => PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, loadBalancerName: string, options?: InboundNatRulesListOptionalParams) => PagedAsyncIterableIterator<InboundNatRule, InboundNatRule[], PageSettings>