Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancerPoliciesAsync C# (CSharp) Метод

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

Describes the specified policies.

If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample- prefix.

/// The specified load balancer does not exist. /// /// One or more of the specified policies do not exist. ///
public DescribeLoadBalancerPoliciesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeLoadBalancerPoliciesResponse> DescribeLoadBalancerPoliciesAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeLoadBalancerPoliciesAsync(new DescribeLoadBalancerPoliciesRequest(), cancellationToken);
        }

Same methods

AmazonElasticLoadBalancingClient::DescribeLoadBalancerPoliciesAsync ( DescribeLoadBalancerPoliciesRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonElasticLoadBalancingClient