Amazon.RDS.AmazonRDSClient.DescribeDBSubnetGroups C# (CSharp) 메소드

DescribeDBSubnetGroups() 공개 메소드

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// DBSubnetGroupName does not refer to an existing DB subnet group. ///
public DescribeDBSubnetGroups ( ) : DescribeDBSubnetGroupsResponse
리턴 Amazon.RDS.Model.DescribeDBSubnetGroupsResponse
        public DescribeDBSubnetGroupsResponse DescribeDBSubnetGroups()
        {
            return DescribeDBSubnetGroups(new DescribeDBSubnetGroupsRequest());
        }

Same methods

AmazonRDSClient::DescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request ) : DescribeDBSubnetGroupsResponse
AmazonRDSClient