Amazon.RDS.AmazonRDSClient.CreateDBSubnetGroup C# (CSharp) Метод

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

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.
/// DBSubnetGroupName is already used by an existing DB subnet group. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// Request would result in user exceeding the allowed number of DB subnet groups. /// /// Request would result in user exceeding the allowed number of subnets in a DB subnet /// groups. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. ///
public CreateDBSubnetGroup ( CreateDBSubnetGroupRequest request ) : CreateDBSubnetGroupResponse
request Amazon.RDS.Model.CreateDBSubnetGroupRequest Container for the necessary parameters to execute the CreateDBSubnetGroup service method.
Результат Amazon.RDS.Model.CreateDBSubnetGroupResponse
        public CreateDBSubnetGroupResponse CreateDBSubnetGroup(CreateDBSubnetGroupRequest request)
        {
            var marshaller = new CreateDBSubnetGroupRequestMarshaller();
            var unmarshaller = CreateDBSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<CreateDBSubnetGroupRequest,CreateDBSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient