Amazon.Route53.AmazonRoute53Client.GetHostedZoneCount C# (CSharp) Метод

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

Retrieves a count of all your hosted zones. Send a GET request to the /2013-04-01/hostedzonecount resource.
/// The input is not valid. ///
public GetHostedZoneCount ( ) : GetHostedZoneCountResponse
Результат GetHostedZoneCountResponse
        public GetHostedZoneCountResponse GetHostedZoneCount()
        {
            return GetHostedZoneCount(new GetHostedZoneCountRequest());
        }

Same methods

AmazonRoute53Client::GetHostedZoneCount ( GetHostedZoneCountRequest request ) : GetHostedZoneCountResponse
AmazonRoute53Client