C# Класс Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest

Container for the parameters to the DeleteLoadBalancerListeners operation.

Deletes listeners from the LoadBalancer for the specified port.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteLoadBalancerListenersRequest ( ) : System

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.

DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.

Приватные методы

Метод Описание
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPorts ( ) : bool

Описание методов

DeleteLoadBalancerListenersRequest() публичный Метод

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.
public DeleteLoadBalancerListenersRequest ( ) : System
Результат System

DeleteLoadBalancerListenersRequest() публичный Метод

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.
public DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System
loadBalancerName string The mnemonic name associated with the load balancer.
loadBalancerPorts List The client port number(s) of the load balancer listener(s) to be removed.
Результат System