Amazon.RDS.AmazonRDSClient.DescribeDBSubnetGroups C# (CSharp) Méthode

DescribeDBSubnetGroups() public méthode

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
Résultat Amazon.RDS.Model.DescribeDBSubnetGroupsResponse
        public DescribeDBSubnetGroupsResponse DescribeDBSubnetGroups()
        {
            return DescribeDBSubnetGroups(new DescribeDBSubnetGroupsRequest());
        }

Same methods

AmazonRDSClient::DescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request ) : DescribeDBSubnetGroupsResponse
AmazonRDSClient