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