Amazon.CloudHSM.AmazonCloudHSMClient.ListHapgs C# (CSharp) Метод

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

Lists the high-availability partition groups for the account.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHapgs to retrieve the next set of items.

/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public ListHapgs ( ) : ListHapgsResponse
Результат Amazon.CloudHSM.Model.ListHapgsResponse
        public ListHapgsResponse ListHapgs()
        {
            var request = new ListHapgsRequest();
            return ListHapgs(request);
        }

Same methods

AmazonCloudHSMClient::ListHapgs ( Amazon.CloudHSM.Model.ListHapgsRequest request ) : ListHapgsResponse