Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheSubnetGroups C# (CSharp) 메소드

DescribeCacheSubnetGroups() 공개 메소드

Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.
/// The requested cache subnet group name does not refer to an existing cache subnet group. ///
public DescribeCacheSubnetGroups ( ) : DescribeCacheSubnetGroupsResponse
리턴 DescribeCacheSubnetGroupsResponse
        public DescribeCacheSubnetGroupsResponse DescribeCacheSubnetGroups()
        {
            return DescribeCacheSubnetGroups(new DescribeCacheSubnetGroupsRequest());
        }

Same methods

AmazonElastiCacheClient::DescribeCacheSubnetGroups ( DescribeCacheSubnetGroupsRequest request ) : DescribeCacheSubnetGroupsResponse
AmazonElastiCacheClient